﻿/*
Theme Name: NGF Auditoria y Contabilidad
Theme URI: https://auditoriaycontabilidadngf.cl/
Author: NGF Auditoria y Contabilidad
Description: Tema corporativo para servicios de auditoria, contabilidad y asesoria tributaria en Chile.
Version: 1.1.5
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: ngf
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
    --ngf-navy: #192c45;
    --ngf-blue: #1f2d5a;
    --ngf-teal: #3c7e81;
    --ngf-teal-dark: #005f56;
    --ngf-steel: #a3b1bd;
    --ngf-gold: #d4af37;
    --ngf-gold-dark: #a77733;
    --ngf-ink: #121212;
    --ngf-muted: #5d6b7a;
    --ngf-line: #e4e4e4;
    --ngf-bg: #f8f8f8;
    --ngf-white: #ffffff;
    --shadow: 0 22px 50px rgba(25, 44, 69, 0.13);
    --shadow-soft: 0 14px 30px rgba(25, 44, 69, 0.09);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ngf-ink);
    font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    background: var(--ngf-white);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

img.image-failed {
    display: none !important;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
}

.skip-link:focus {
    left: 16px;
    top: 12px;
    z-index: 20;
    padding: 8px 12px;
    background: var(--ngf-white);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(217, 225, 234, 0.9);
    backdrop-filter: blur(14px);
}

.header-inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 190px;
}

.brand-fallback {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.brand img {
    width: 74px;
    height: auto;
    display: block;
}

.brand-mark {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--ngf-white);
    background: var(--ngf-navy);
    font-weight: 800;
}

.brand-text {
    max-width: 130px;
    color: var(--ngf-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.primary-nav {
    margin-left: auto;
}

.menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu a {
    color: var(--ngf-blue);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.menu a:hover {
    color: var(--ngf-teal-dark);
}

.menu a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--ngf-gold);
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.menu a:hover::after {
    transform: scaleX(1);
}

.header-cta,
.btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta,
.btn-primary {
    color: var(--ngf-white);
    background: var(--ngf-teal);
    box-shadow: 0 12px 22px rgba(60, 126, 129, 0.24);
}

.btn-secondary {
    color: var(--ngf-navy);
    background: var(--ngf-white);
    border-color: var(--ngf-line);
}

.btn-ghost {
    color: var(--ngf-white);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.header-cta:hover,
.btn:hover {
    transform: translateY(-1px);
}

.hero {
    color: var(--ngf-white);
    background:
        linear-gradient(135deg, rgba(25, 44, 69, 0.98), rgba(13, 27, 42, 0.96)),
        radial-gradient(circle at 83% 9%, rgba(212, 175, 55, 0.44), transparent 31%),
        radial-gradient(circle at 10% 80%, rgba(60, 126, 129, 0.34), transparent 32%);
}

.hero-grid {
    display: grid;
    min-height: 680px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
    gap: 58px;
    padding: 72px 0 56px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--ngf-gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
    margin: 0;
    line-height: 1.05;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 820px;
    font-size: clamp(2.5rem, 6vw, 5.2rem);
}

.hero-lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.18rem;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.hero-proof span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-card {
    position: relative;
}

.hero-visual {
    position: relative;
    min-height: 540px;
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(60, 126, 129, 0.35), rgba(212, 175, 55, 0.16)),
        var(--ngf-navy);
    box-shadow: var(--shadow);
}

.hero-visual img,
.calm-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.visual-placeholder,
.calm-placeholder {
    display: grid;
    min-height: 520px;
    align-content: center;
    gap: 14px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 72px);
    box-shadow: var(--shadow);
}

.visual-placeholder::before {
    width: 72px;
    height: 5px;
    background: var(--ngf-gold);
    content: "";
}

.visual-placeholder span {
    color: var(--ngf-gold);
    font-size: 4rem;
    font-weight: 900;
}

.visual-placeholder strong,
.calm-placeholder strong {
    max-width: 360px;
    color: var(--ngf-white);
    font-size: 2rem;
    line-height: 1.15;
}

.quote-panel {
    position: absolute;
    right: -18px;
    bottom: 28px;
    width: min(320px, calc(100% - 24px));
    padding: 22px;
    border-radius: 8px;
    color: var(--ngf-ink);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.panel-label,
.plan-kicker,
.chip {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--ngf-teal-dark);
    background: rgba(60, 126, 129, 0.11);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.quote-panel strong {
    display: block;
    color: var(--ngf-navy);
    font-size: 1.05rem;
    line-height: 1.35;
}

.quote-panel a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--ngf-teal-dark);
    font-weight: 900;
    text-decoration: none;
}

.metric {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.metric strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ngf-white);
    font-size: 1.08rem;
}

.metric span {
    color: rgba(255, 255, 255, 0.76);
}

.trust-band {
    background: var(--ngf-teal);
}

.trust-items {
    display: grid;
    min-height: 82px;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    color: var(--ngf-white);
    font-size: 0.92rem;
    font-weight: 800;
    text-align: left;
}

.trust-items span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-items b {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 999px;
    color: var(--ngf-teal-dark);
    background: var(--ngf-white);
    font-size: 0.78rem;
}

.section {
    padding: 92px 0;
}

.section-alt {
    background: var(--ngf-bg);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.split-heading {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
}

.split-heading > p,
.section-lead {
    max-width: 540px;
    margin: 0;
    color: var(--ngf-muted);
}

.section h2,
.contact-section h2 {
    color: var(--ngf-navy);
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.intake-section {
    background: linear-gradient(180deg, var(--ngf-white), var(--ngf-bg));
}

.intake-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
}

.intake-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.intake-board article {
    min-height: 220px;
    padding: 22px;
    border: 1px solid var(--ngf-line);
    border-radius: 8px;
    background: var(--ngf-white);
    box-shadow: var(--shadow-soft);
}

.intake-board strong {
    display: block;
    color: var(--ngf-navy);
    line-height: 1.25;
}

.intake-board p {
    margin: 12px 0 0;
    color: var(--ngf-muted);
    font-size: 0.92rem;
}

.audience-grid,
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.audience-card,
.service-card,
.form-box,
.plan-card,
.dashboard-card {
    border: 1px solid var(--ngf-line);
    border-radius: 8px;
    background: var(--ngf-white);
}

.audience-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.audience-card:hover,
.service-card:hover,
.plan-card:hover {
    border-color: rgba(60, 126, 129, 0.42);
    box-shadow: var(--shadow-soft);
    transform: translateY(-3px);
}

.icon-badge {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    color: var(--ngf-white);
    background: var(--ngf-navy);
    font-weight: 900;
}

.audience-card h3,
.service-card h3,
.form-box h3 {
    margin: 0 0 10px;
    color: var(--ngf-blue);
    line-height: 1.2;
}

.audience-card p,
.service-card p {
    margin: 0;
    color: var(--ngf-muted);
}

.audience-card a {
    margin-top: auto;
    padding-top: 18px;
    color: var(--ngf-teal-dark);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.calm-section {
    background: var(--ngf-navy);
}

.calm-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 0.95fr 1fr;
    gap: 52px;
}

.calm-media {
    position: relative;
    min-height: 420px;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(60, 126, 129, 0.35), rgba(212, 175, 55, 0.16)),
        var(--ngf-navy);
}

.calm-media::after {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(212, 175, 55, 0.7);
    border-radius: 8px;
    content: "";
}

.calm-section h2,
.calm-section p {
    color: var(--ngf-white);
}

.calm-section p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
}

.calm-placeholder {
    min-height: 420px;
    background:
        linear-gradient(145deg, rgba(60, 126, 129, 0.42), rgba(212, 175, 55, 0.13)),
        var(--ngf-blue);
}

.calm-placeholder span {
    color: rgba(255, 255, 255, 0.72);
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.benefit-list span {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: var(--ngf-white);
    background: rgba(255, 255, 255, 0.07);
    font-weight: 700;
}

.people-section {
    background: var(--ngf-white);
}

.people-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
}

.photo-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(60, 126, 129, 0.35), rgba(212, 175, 55, 0.16)),
        var(--ngf-navy);
    box-shadow: var(--shadow-soft);
}

.photo-card.large {
    grid-row: span 2;
    min-height: 700px;
}

.photo-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.photo-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(13, 27, 42, 0.86));
    content: "";
}

.photo-card:hover img {
    transform: scale(1.03);
}

.photo-card div {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    z-index: 1;
    color: var(--ngf-white);
}

.photo-card span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--ngf-navy);
    background: var(--ngf-gold);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.photo-card strong {
    display: block;
    max-width: 460px;
    font-size: clamp(1.18rem, 2vw, 1.7rem);
    line-height: 1.18;
}

.service-card {
    padding: 28px;
    min-height: 265px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 999px;
    color: var(--ngf-gold);
    background: rgba(212, 175, 55, 0.12);
    font-weight: 900;
}

.text-link {
    color: var(--ngf-teal-dark);
    font-weight: 900;
    text-decoration: none;
}

.dashboard-section {
    background: var(--ngf-white);
}

.dashboard-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 0.76fr 1fr;
    gap: 56px;
}

.dashboard-card {
    padding: 26px;
    box-shadow: var(--shadow);
}

.dashboard-top,
.progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.dashboard-top {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ngf-line);
}

.dashboard-top strong {
    color: var(--ngf-navy);
    font-size: 1.35rem;
}

.dashboard-top span,
.progress-row b {
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--ngf-teal-dark);
    background: rgba(60, 126, 129, 0.11);
    font-size: 0.8rem;
}

.progress-row {
    margin: 18px 0 8px;
    color: var(--ngf-muted);
    font-weight: 800;
}

.progress-bar {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--ngf-line);
}

.progress-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ngf-teal), var(--ngf-gold));
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.mini-grid span {
    padding: 16px 12px;
    border-radius: 8px;
    color: var(--ngf-navy);
    background: var(--ngf-bg);
    font-weight: 900;
    text-align: center;
}

.plans-section {
    background: var(--ngf-bg);
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.plan-card {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.plan-card.featured {
    border-color: var(--ngf-teal);
    box-shadow: var(--shadow);
    transform: translateY(-8px);
}

.plan-card h3 {
    margin: 0 0 10px;
    color: var(--ngf-navy);
    font-size: 1.35rem;
}

.plan-card p,
.plan-card li {
    color: var(--ngf-muted);
}

.plan-card ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding-left: 18px;
}

.plan-card a {
    margin-top: auto;
    color: var(--ngf-teal-dark);
    font-weight: 900;
    text-decoration: none;
}

.process-grid {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 48px;
}

.process-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-list li {
    position: relative;
    display: grid;
    gap: 5px;
    padding: 22px 24px 22px 58px;
    border: 1px solid var(--ngf-line);
    border-left: 5px solid var(--ngf-gold);
    border-radius: 8px;
    background: var(--ngf-bg);
}

.process-list li::before {
    position: absolute;
    top: 22px;
    left: 20px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    color: var(--ngf-white);
    background: var(--ngf-teal);
    content: counter(list-item);
    font-size: 0.75rem;
    font-weight: 900;
}

.process-list strong {
    color: var(--ngf-navy);
    font-size: 1.08rem;
}

.process-list span {
    color: var(--ngf-muted);
}

.faq-section {
    background: var(--ngf-white);
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 42px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    padding: 20px 22px;
    border: 1px solid var(--ngf-line);
    border-radius: 8px;
    background: var(--ngf-bg);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.faq-list details[open] {
    border-color: rgba(60, 126, 129, 0.38);
    background: var(--ngf-white);
    box-shadow: var(--shadow-soft);
}

.faq-list summary {
    cursor: pointer;
    color: var(--ngf-navy);
    font-weight: 900;
}

.faq-list p {
    margin: 12px 0 0;
    color: var(--ngf-muted);
}

.contact-section {
    color: var(--ngf-white);
    background: var(--ngf-navy);
}

.contact-section h2,
.contact-section .eyebrow {
    color: var(--ngf-white);
}

.contact-section p {
    color: rgba(255, 255, 255, 0.78);
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 42px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.form-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-box {
    padding: 24px;
    color: var(--ngf-ink);
    box-shadow: var(--shadow-soft);
}

.form-placeholder {
    color: var(--ngf-muted) !important;
}

.site-footer {
    padding: 42px 0 24px;
    color: rgba(255, 255, 255, 0.78);
    background: #041326;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 12;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    color: var(--ngf-white);
    background: var(--ngf-teal);
    box-shadow: 0 14px 28px rgba(0, 95, 86, 0.28);
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 28px;
}

.footer-grid strong,
.footer-grid span {
    display: block;
    color: var(--ngf-white);
    font-weight: 900;
}

.footer-grid a {
    display: inline-block;
    margin-top: 8px;
    color: var(--ngf-gold);
    text-decoration: none;
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-content {
    padding: 80px 0;
}

.narrow {
    max-width: 820px;
}

@media (max-width: 920px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 16px;
        padding: 14px 0;
    }

    .primary-nav {
        order: 3;
        width: 100%;
        margin-left: 0;
        overflow-x: auto;
    }

    .menu {
        min-width: max-content;
        gap: 18px;
    }

    .hero-grid,
    .process-grid,
    .contact-grid,
    .calm-grid,
    .faq-grid,
    .intake-grid,
    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .split-heading {
        display: grid;
        align-items: start;
    }

    .hero-grid {
        min-height: auto;
    }

    .audience-grid,
    .services-grid,
    .form-tabs,
    .footer-grid,
    .plans-grid,
    .intake-board,
    .people-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .photo-card.large {
        grid-row: auto;
        min-height: 430px;
    }

    .trust-items {
        grid-template-columns: repeat(2, 1fr);
        padding: 18px 0;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .brand {
        min-width: 0;
    }

    .brand-text {
        display: none;
    }

    .header-cta {
        margin-left: auto;
    }

    .hero-grid {
        padding: 52px 0 42px;
    }

    .hero h1 {
        font-size: 2.42rem;
    }

    .section {
        padding: 62px 0;
    }

    .audience-grid,
    .services-grid,
    .form-tabs,
    .footer-grid,
    .trust-items,
    .plans-grid,
    .benefit-list,
    .intake-board,
    .mini-grid,
    .people-grid {
        grid-template-columns: 1fr;
    }

    .btn,
    .hero-actions {
        width: 100%;
    }

    .hero-visual,
    .visual-placeholder,
    .calm-placeholder,
    .hero-visual img,
    .calm-media img {
        min-height: 360px;
    }

    .quote-panel {
        position: static;
        width: auto;
        max-width: none;
        margin-top: 14px;
    }

    .plan-card.featured {
        transform: none;
    }

    .calm-media::after {
        display: none;
    }

    .photo-card,
    .photo-card.large {
        min-height: 360px;
    }
}

