:root {
    --brand-navy: #0b1f33;
    --brand-ink: #102a43;
    --brand-blue: #0e9fda;
    --brand-blue-dark: #087bad;
    --brand-green: #27c59a;
    --brand-amber: #f7b84b;
    --brand-cloud: #f3f8fc;
    --brand-line: #dce8f0;
    --brand-muted: #61758a;
    --brand-white: #ffffff;
    --shadow-sm: 0 12px 32px rgba(11, 31, 51, .08);
    --shadow-lg: 0 28px 70px rgba(11, 31, 51, .13);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
}

html { scroll-behavior: smooth; }
body.site-shell { margin: 0; background: #fff; color: var(--brand-ink); font-family: "DM Sans", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.site-shell h1, body.site-shell h2, body.site-shell h3, body.site-shell h4 { color: var(--brand-navy); font-family: "Space Grotesk", "DM Sans", sans-serif; font-weight: 700; letter-spacing: -.035em; }
body.site-shell p { font-size: inherit; font-weight: 400; }
body.site-shell a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
body.site-shell img { max-width: 100%; height: auto; }
body.site-shell .wrapper { padding: 0; margin: 0; max-width: none; }
body.site-shell .container { width: min(100% - 2rem, 1200px); max-width: 1200px; }
body.site-shell .hidden { display: none !important; }
body.site-shell :focus-visible { outline: 3px solid rgba(14, 159, 218, .34); outline-offset: 3px; }

.site-navbar { height: 84px; padding: .75rem 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,232,240,.72); backdrop-filter: blur(18px); transition: height .25s ease, box-shadow .25s ease, background .25s ease; z-index: 1040; }
.site-navbar.is-scrolled { height: 72px; background: rgba(255,255,255,.97); box-shadow: 0 8px 30px rgba(11,31,51,.08); }
.site-navbar > .container { position: relative; height: 100%; }
.site-navbar .navbar-brand { display: inline-flex; flex: 0 0 auto; align-items: center; margin: 0; padding: 0; }
.site-navbar .navbar-brand img { display: block; width: 198px; height: auto; margin: 0; }
.site-navbar .navbar-collapse { min-width: 0; }
.site-navbar .navbar-nav { gap: .18rem; }
.site-navbar .nav-item { flex: 0 0 auto; margin: 0; padding: 0; }
.site-navbar .nav-link { display: inline-flex; align-items: center; gap: .42rem; color: #385064; font-family: "DM Sans", "Segoe UI", sans-serif; font-size: .9rem; font-weight: 600; line-height: 1.2; letter-spacing: 0; padding: .68rem .58rem !important; text-align: left; white-space: nowrap; }
.site-navbar .nav-link > i { flex: 0 0 1rem; width: 1rem; color: #1689aa; font-size: .78rem; text-align: center; transition: color .2s ease, transform .2s ease; }
.site-navbar .nav-link:hover > i, .site-navbar .nav-link:focus > i { color: var(--brand-green); transform: translateY(-1px); }
.site-navbar .nav-link:hover, .site-navbar .nav-link:focus { color: var(--brand-blue-dark); }
.is-authenticated .site-navbar .account-blog-item { display: block !important; }
.is-authenticated .site-navbar .account-blog-link { display: inline-flex !important; visibility: visible; opacity: 1; }
.site-navbar .navbar-toggler { width: 46px; height: 44px; margin-left: auto; border: 1px solid var(--brand-line); border-radius: 14px; padding: 11px 10px; background: rgba(255,255,255,.82); box-shadow: none; }
.site-navbar .navbar-toggler span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 99px; background: var(--brand-navy); }
.site-navbar .btn, .site-navbar .dropdown-item { font-family: "DM Sans", "Segoe UI", sans-serif; letter-spacing: 0; }
.site-navbar .btn-brand, .site-navbar .btn-ghost { min-height: 46px; padding: .66rem .88rem; font-size: .91rem; white-space: nowrap; }
.btn-brand, body.site-shell .learn-more-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid var(--brand-blue); border-radius: 14px; background: linear-gradient(135deg, var(--brand-blue), #24b4e8); color: #fff !important; font-weight: 700; padding: .72rem 1.1rem; text-decoration: none; box-shadow: 0 12px 24px rgba(14,159,218,.18); }
.btn-brand:hover, body.site-shell .learn-more-btn:hover { border-color: var(--brand-blue-dark); background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue)); color: #fff; transform: translateY(-1px); box-shadow: 0 16px 30px rgba(14,159,218,.24); }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid #cbdbe6; border-radius: 14px; background: rgba(255,255,255,.78); color: var(--brand-navy); font-weight: 700; padding: .72rem 1.1rem; }
.btn-ghost:hover { border-color: var(--brand-blue); color: var(--brand-blue-dark); background: #fff; }
.btn-account { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--brand-line); border-radius: 14px; color: var(--brand-navy); background: #fff; font-weight: 700; padding: .48rem .75rem; }
.account-avatar { width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 10px; color: var(--brand-blue-dark); background: #e8f7fd; }
.site-navbar .dropdown-menu { min-width: 220px; padding: .6rem; border-radius: 18px; background: #fff !important; box-shadow: var(--shadow-lg) !important; }
.site-navbar .dropdown-item { display: flex; align-items: center; gap: .7rem; border-radius: 11px; padding: .7rem .8rem; color: #385064; font-weight: 600; }
.site-navbar .dropdown-item i { width: 18px; color: var(--brand-blue-dark); text-align: center; }
.site-navbar .dropdown-item:hover { background: #eff8fc; color: var(--brand-navy); }
.site-navbar .dropdown-item.active { background: linear-gradient(135deg,#e7f7fd,#edf9f5); color: var(--brand-navy); }

.marketing-main { padding-top: 84px; }
.hero-section { position: relative; min-height: 690px; display: flex; align-items: center; padding: 5.5rem 0 4.5rem; overflow: hidden; background: linear-gradient(135deg, #f9fcfe 0%, #f1f9fc 52%, #ecf8f4 100%); }
.hero-section::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.76)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 460px; height: 460px; right: -130px; top: -160px; background: radial-gradient(circle, rgba(14,159,218,.15), transparent 68%); }
.hero-orb-two { width: 380px; height: 380px; left: -180px; bottom: -190px; background: radial-gradient(circle, rgba(39,197,154,.17), transparent 68%); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; padding: .48rem .8rem; border: 1px solid #cbe9f3; border-radius: 999px; background: rgba(255,255,255,.74); color: var(--brand-blue-dark); font-size: .78rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.hero-copy h1 { max-width: 650px; margin: 0 0 1.3rem; font-size: clamp(3rem, 6vw, 5.25rem); line-height: .98; }
.hero-lead { max-width: 610px; margin-bottom: 1.8rem; color: #526b80; font-size: clamp(1.05rem, 2vw, 1.22rem) !important; line-height: 1.75; }
.hero-lead strong { color: var(--brand-navy); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-actions .btn { min-height: 54px; padding-inline: 1.25rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; margin-top: 1.7rem; color: #526b80; font-size: .88rem; font-weight: 600; }
.hero-proof i { margin-right: .3rem; color: var(--brand-green); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; border-radius: 42px; background: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow-lg); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: rgba(14,159,218,.08); filter: blur(45px); z-index: -1; }
.hero-visual > img { width: 100%; border-radius: 40px; object-fit: cover; }
.hero-floating-card { position: absolute; display: flex; align-items: center; gap: .65rem; padding: .75rem .9rem; border: 1px solid rgba(220,232,240,.86); border-radius: 17px; background: rgba(255,255,255,.9); color: var(--brand-navy); box-shadow: 0 16px 32px rgba(11,31,51,.12); backdrop-filter: blur(14px); }
.hero-floating-card-top { right: -18px; top: 66px; }
.hero-floating-card-bottom { left: -20px; bottom: 54px; font-weight: 700; }
.hero-floating-card .icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #08795f; background: #dff8ef; }
.hero-floating-card strong, .hero-floating-card small { display: block; }
.hero-floating-card strong { font-size: .88rem; }
.hero-floating-card small { color: var(--brand-muted); font-size: .72rem; }
.hero-floating-card-bottom i { color: var(--brand-blue); }

.trust-strip { position: relative; z-index: 2; padding: 1.2rem 0; border-block: 1px solid var(--brand-line); background: #fff; }
.trust-strip .container { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-strip .container > div { display: flex; align-items: center; justify-content: center; gap: .75rem; padding: .5rem 1rem; color: var(--brand-muted); font-size: .88rem; }
.trust-strip .container > div + div { border-left: 1px solid var(--brand-line); }
.trust-strip i { color: var(--brand-blue); font-size: 1.15rem; }
.trust-strip strong { color: var(--brand-navy); }
.section-space { padding: 7rem 0; }
.section-tint { background: var(--brand-cloud); }
.section-heading { max-width: 730px; margin: 0 auto 3.4rem; }
.section-heading h2, .feature-section h2, .evidence-section h2 { margin: 0 0 1rem; font-size: clamp(2.15rem, 4vw, 3.4rem); line-height: 1.08; }
.section-heading p, .section-lead { color: var(--brand-muted); font-size: 1.08rem !important; line-height: 1.75; }

.step-card { position: relative; height: 100%; min-height: 300px; padding: 1.65rem; overflow: hidden; border: 1px solid var(--brand-line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.step-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -45px; bottom: -45px; border-radius: 50%; background: #eaf7fc; transition: transform .3s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.step-card:hover::after { transform: scale(1.35); }
.step-number { color: #9db1c0; font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 1.1rem 0 1.35rem; border-radius: 18px; color: var(--brand-blue-dark); background: linear-gradient(135deg,#e5f7fd,#edf9f5); font-size: 1.25rem; }
.step-card h3 { margin-bottom: .8rem; font-size: 1.25rem; }
.step-card p { color: var(--brand-muted); line-height: 1.7; }
.feature-image { position: relative; display: grid; place-items: center; min-height: 440px; overflow: hidden; border-radius: var(--radius-lg); }
.feature-image-blue { background: linear-gradient(145deg,#dff5fd,#eefaff); }
.feature-image-green { background: linear-gradient(145deg,#e1f9f1,#f3fbf8); }
.feature-image::before { content: ""; position: absolute; width: 260px; height: 260px; border: 1px dashed rgba(14,159,218,.26); border-radius: 50%; }
.feature-image img { position: relative; max-height: 390px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(11,31,51,.12)); }
.feature-list { display: grid; gap: .85rem; padding: 0; margin: 1.6rem 0 0; list-style: none; }
.feature-list li { display: flex; gap: .75rem; align-items: center; color: #385064; font-weight: 600; }
.feature-list i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #08795f; background: #dff8ef; font-size: .72rem; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; margin-top: .6rem; color: var(--brand-blue-dark); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--brand-navy); gap: .75rem; }
.evidence-section { background: var(--brand-navy); color: #dce8f0; }
body.site-shell .evidence-section h2 { color: #fff; }
body.site-shell .evidence-section .section-lead { color: #c7d6e1; }
body.site-shell .evidence-section .text-muted { color: #9fb6c7 !important; }
.evidence-section .eyebrow { border-color: rgba(39,197,154,.28); background: rgba(39,197,154,.1); color: #75e1c3; }
.evidence-card { padding: 1.4rem; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04)); box-shadow: 0 30px 60px rgba(0,0,0,.18); }
.evidence-card-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .5rem .45rem 1.2rem; color: #fff; font-weight: 700; }
.evidence-card-head > span:first-child { display: flex; gap: .6rem; align-items: center; }
.evidence-card-head > span:first-child i { color: #75e1c3; }
.status-pill { padding: .42rem .68rem; border-radius: 999px; background: rgba(39,197,154,.14); color: #75e1c3; font-size: .75rem; }
.evidence-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.evidence-card li { display: flex; align-items: center; gap: .8rem; min-height: 76px; padding: .9rem; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(6,20,35,.34); }
.evidence-card li i { width: 35px; color: #4ec8ed; text-align: center; }
.evidence-card li span { color: #e4edf4; }

.pricing-section-v2 { background: linear-gradient(180deg,#fff,#f4f9fc); }
.pricing-grid { padding-top: 1rem; }
.price-card { position: relative; height: 100%; min-height: 580px; padding: 2rem; border: 1px solid var(--brand-line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.price-card.featured { border: 2px solid var(--brand-blue); transform: translateY(-14px); box-shadow: 0 30px 70px rgba(14,159,218,.17); }
.price-kicker { display: block; color: var(--brand-blue-dark); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.popular-pill { position: absolute; top: -15px; right: 24px; padding: .48rem .8rem; border-radius: 999px; background: var(--brand-green); color: #053e31; font-size: .75rem; font-weight: 700; }
.price { margin: .55rem 0 0; color: var(--brand-navy); font-family: "Space Grotesk",sans-serif; font-size: 3.5rem; font-weight: 700; letter-spacing: -.06em; }
.price small { color: var(--brand-muted); font-size: 1.1rem; letter-spacing: 0; }
.price-card h3 { margin: 0 0 1rem; font-size: 1.2rem; }
.price-card > p { color: var(--brand-muted); }
.price-card ul { display: grid; gap: .8rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 1.7rem; color: #526b80; }
.price-card li::before { content: "\f00c"; position: absolute; left: 0; top: .18rem; color: var(--brand-green); font-family: "Font Awesome 7 Free"; font-size: .8rem; font-weight: 900; }
.price-card.featured .btn { margin-top: auto; }
.price-card > small { display: block; margin-top: .8rem; color: #7a8d9d; }

.testimonials-section { background: #fff; }
.quote-card { height: 100%; margin: 0; padding: 1.7rem; border: 1px solid var(--brand-line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.quote-mark { height: 45px; color: #b8eafa; font-family: Georgia,serif; font-size: 4rem; line-height: 1; }
.quote-card blockquote { min-height: 145px; margin: .7rem 0 1.4rem; color: #526b80; font-size: .98rem; line-height: 1.72; }
.quote-card figcaption { display: flex; align-items: center; gap: .8rem; }
.quote-card figcaption > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--brand-blue),var(--brand-green)); color: #fff; font-weight: 700; }
.quote-card figcaption strong, .quote-card figcaption small { display: block; }
.quote-card figcaption small { color: var(--brand-muted); }

.site-footer { padding: 0 0 1.5rem; background: #071827; color: #a9bdcc; }
.footer-callout { position: relative; top: -1px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 3rem; border-radius: 0 0 30px 30px; background: linear-gradient(120deg,var(--brand-blue-dark),var(--brand-blue) 55%,#27b5aa); color: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.footer-callout h2 { max-width: 670px; margin: 0; color: #fff; font-size: clamp(1.75rem,3vw,2.65rem); }
.eyebrow-light { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.12); color: #e5f8ff; }
.footer-callout .btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .65rem; min-height: 52px; padding-inline: 1.25rem; border: 0; border-radius: 15px; color: var(--brand-navy); font-weight: 700; }
.footer-callout .btn i { color: var(--brand-blue-dark); font-size: .98rem; }
.footer-main { padding: 4.5rem 0 3.2rem; }
.footer-brand { display: inline-block; margin-bottom: 1.3rem; }
.footer-brand img { display: block; width: 190px; height: auto; margin: 0; }
.footer-main p { max-width: 460px; color: #9ab0c0; }
.footer-main h3 { margin-bottom: 1.15rem; color: #fff; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-main ul { display: grid; gap: .28rem; margin: 0; padding: 0; list-style: none; }
.footer-main a { color: #b6c8d5; text-decoration: none; }
.footer-main a:hover { color: #fff; }
.footer-main address { margin: 0; color: #9ab0c0; font-style: normal; }
.footer-link { display: flex; align-items: center; gap: .7rem; min-height: 44px; padding: .32rem .45rem; border-radius: 12px; font-weight: 600; }
.footer-link:hover, .footer-link:focus { background: rgba(255,255,255,.055); transform: translateX(3px); }
.footer-link-icon { width: 34px; height: 34px; display: inline-grid; flex: 0 0 34px; place-items: center; border: 1px solid rgba(112,206,232,.2); border-radius: 10px; background: rgba(72,181,214,.08); color: #6ed3ed; font-size: .88rem; }
.footer-link:hover .footer-link-icon, .footer-link:focus .footer-link-icon { border-color: rgba(108,224,192,.34); background: rgba(39,197,154,.11); color: #75e4c5; }
.footer-contact-list { display: grid; gap: .72rem; }
.footer-contact-row { display: flex; align-items: flex-start; gap: .7rem; min-height: 40px; line-height: 1.55; }
.footer-contact-row .footer-link-icon { margin-top: .05rem; }
.footer-contact-row .footer-email { align-self: center; }
.footer-trust { display: inline-flex; align-items: center; gap: .55rem; margin-top: .8rem; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #cae2ed; font-size: .82rem; }
.footer-trust i { color: #6ce0c0; font-size: .9rem; }
.footer-email { color: #65d6f7 !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); color: #748b9c; font-size: .82rem; }

/* Cuenta de cliente y formularios */
body.is-account { background: #eef4f8; }
.is-account .site-navbar { position: fixed; }
.client-shell { width: 100%; max-width: 1500px; padding-top: 108px; padding-bottom: 3rem; }
.client-workspace { min-width: 0; }
.client-workspace > .header, .client-workspace > .content-section { width: 100%; margin: 0; padding: 2rem; background: #fff; }
.client-workspace > br { display: none; }
.client-workspace > .header { min-height: auto; }
.client-workspace > .header .container, .client-workspace > .content-section .container { width: 100%; max-width: none; padding: 0; }
.client-workspace .header-new::before { content: none; }
.client-workspace .header-title, .module-access .header-title, .module-new .header-title { margin-bottom: .5rem; color: var(--brand-navy); font-size: clamp(2rem,4vw,3rem); }
.client-workspace .input-title, .module-access .input-title, .module-new .input-title { display: block; margin: 0 0 .55rem; color: #385064; font-size: .88rem; font-weight: 700; }
.client-workspace .card { height: 100%; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 20px; background: #fff !important; box-shadow: var(--shadow-sm); }
.client-workspace .card-header { padding: .85rem 1.1rem; border-bottom: 1px solid var(--brand-line); background: #f6fafc; color: var(--brand-muted); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.client-workspace .card-body { padding: 1.2rem; }
.client-workspace .card-bold { margin: 0; color: var(--brand-navy); font-family: "Space Grotesk",sans-serif; font-size: 2.35rem; font-weight: 700; text-align: center; }
body.site-shell .form-control, body.site-shell .form-select, body.site-shell select.form-control { min-height: 49px; border: 1px solid #ccdce7; border-radius: 13px; background-color: #fff; color: var(--brand-navy); padding: .7rem .9rem; box-shadow: none; }
body.site-shell textarea.form-control { min-height: 120px; }
body.site-shell .form-control:focus, body.site-shell .form-select:focus { border-color: var(--brand-blue); box-shadow: 0 0 0 .23rem rgba(14,159,218,.12); }
body.site-shell .btn-success, body.site-shell input[type="submit"].btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border: 0; border-radius: 13px; background: linear-gradient(135deg,#1eaf87,var(--brand-green)); color: #fff; font-weight: 700; vertical-align: middle; }
body.site-shell .btn-success.btn-sm { min-height: 36px; padding: .42rem .72rem; line-height: 1; }
body.site-shell .btn-light { border: 1px solid var(--brand-line); border-radius: 12px; background: #f7fafc; color: var(--brand-navy); font-weight: 600; }
body.site-shell .alert { border: 0; border-radius: 15px; padding: .9rem 1rem; }
body.site-shell .alert-info { background: #e8f7fd; color: #12688a; }
body.site-shell .alert-success { background: #e4f8f1; color: #0c7058; }
body.site-shell .alert-warning { background: #fff6df; color: #8b5a04; }
body.site-shell .alert-danger { background: #fff0f1; color: #9e303c; }
.client-workspace table { width: 100%; margin-top: 1rem; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 16px; }
.client-workspace table th { padding: .85rem; border: 0; border-bottom: 1px solid var(--brand-line); background: #f5f9fb; color: #60778a; font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
.client-workspace table td { padding: .85rem; border-color: #edf2f6; vertical-align: middle; }
.client-workspace table tr:hover td { background: #f9fcfd; }
.account-stat-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: #e5f8f1; color: #158766; font-size: 1.4rem; }
.account-cost { color: var(--brand-navy); font-family: "Space Grotesk",sans-serif; font-size: 1.55rem !important; font-weight: 700 !important; }
.account-count-pill { padding: .48rem .8rem; border-radius: 999px; background: #edf7fb; color: var(--brand-blue-dark); font-size: .82rem; font-weight: 700; }
.account-status { display: inline-flex; padding: .38rem .65rem; border-radius: 999px; font-size: .76rem; font-weight: 700; white-space: nowrap; }
.account-status.is-success { background: #e1f8ef; color: #08745a; }
.account-status.is-danger { background: #fff0f1; color: #a6333f; }
.account-status.is-warning { background: #fff5dd; color: #896006; }
.account-status.is-info { background: #e8f7fd; color: #0b6e96; }
.account-status.is-muted { background: #eef2f5; color: #63798a; }
.account-empty { display: grid; place-items: center; gap: .55rem; min-height: 210px; padding: 2rem; color: var(--brand-muted); text-align: center; }
.account-empty > strong { color: var(--brand-navy); font-size: 1rem; }
.account-empty-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: #edf7fb; color: var(--brand-blue-dark); }
.account-empty-icon i { color: inherit; font-size: 1.25rem; }
.account-empty-compact { min-height: 110px; border: 1px dashed #ccdae4; border-radius: 15px; background: #f9fbfc; }
.client-workspace .step-section { margin-bottom: 1.25rem; padding: 1rem 1.2rem; border: 1px solid var(--brand-line); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: .65rem; }
.process-step { position: relative; display: flex; align-items: center; gap: .65rem; min-width: 0; padding: .6rem; border-radius: 14px; color: #7a90a1; }
.process-step-icon { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--brand-line); border-radius: 12px; background: #fff; }
.process-step-copy { min-width: 0; }
.process-step-copy small, .process-step-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.process-step-copy small { font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }
.process-step-copy strong { color: #536b7e; font-size: .8rem; }
.process-step.active { background: #e6f7fd; color: var(--brand-blue-dark); }
.process-step.active .process-step-icon { border-color: transparent; background: linear-gradient(135deg,var(--brand-blue-dark),var(--brand-blue)); color: #fff; box-shadow: 0 9px 20px rgba(14,159,218,.2); }
.process-step.active strong { color: var(--brand-navy); }
.client-workspace .step-1 { display: grid; grid-template-columns: 1fr; padding-top: 2rem; padding-bottom: 1rem; }
.client-workspace .step-1 .header-img-section { display: none; }
.client-workspace .step-1 .header-title-section { width: 100%; max-width: 760px; margin: 0; padding: 0; text-align: left; }
.client-workspace .step-1 .header-subtitle { margin-bottom: .35rem; color: var(--brand-blue-dark); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.client-workspace .step-1 .header-title { margin-bottom: .55rem; font-size: 2.2rem; }
.client-workspace .step-1 .header-title-text { color: var(--brand-muted); }
.client-workspace .form-section { padding-top: 1rem; }
.client-workspace .form-section form { padding: 1.5rem; border: 1px solid var(--brand-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(11,31,51,.06); }
.client-workspace .form-section form > .row:first-child { padding: 1rem; border-radius: 16px; background: linear-gradient(135deg,#eaf8fd,#edf9f5); }
.client-workspace .form-section form > .row:first-child h2 { font-size: 1.25rem; letter-spacing: -.02em; word-break: break-word; }
.client-workspace .ck-editor__editable { min-height: 220px; }
.client-workspace .ck.ck-toolbar, .client-workspace .ck.ck-editor__main > .ck-editor__editable { border-color: #ccdce7; }
.client-workspace .ck.ck-toolbar { border-radius: 13px 13px 0 0; background: #f6fafc; }
.client-workspace .ck.ck-editor__main > .ck-editor__editable { border-radius: 0 0 13px 13px; }
.is-account .site-footer { display: none; }

/* Sistema visual unificado del área privada */
.account-page { display: grid; gap: 1.25rem; }
.account-page-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.8rem 2rem; border: 1px solid rgba(255,255,255,.86); border-radius: 26px; background: radial-gradient(circle at 90% 10%,rgba(39,197,154,.12),transparent 28%),linear-gradient(135deg,#fff,#f3fafd); box-shadow: var(--shadow-sm); }
.account-page-heading { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.account-page-icon { width: 58px; height: 58px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 18px; background: linear-gradient(135deg,var(--brand-blue-dark),var(--brand-blue)); color: #fff; font-size: 1.25rem; box-shadow: 0 13px 26px rgba(14,159,218,.2); }
.account-page-heading .eyebrow { margin-bottom: .3rem; }
body.site-shell .account-page-heading h1 { margin: 0 0 .25rem; color: var(--brand-navy); font-size: clamp(2rem,4vw,3rem); line-height: 1.05; }
.account-page-heading p { max-width: 760px; margin: 0; color: var(--brand-muted); font-size: .95rem !important; }
.account-panel { padding: clamp(1.3rem,3vw,2rem); border: 1px solid var(--brand-line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.account-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.account-section-heading .eyebrow { margin-bottom: .2rem; }
body.site-shell .account-section-heading h2 { margin: 0; color: var(--brand-navy); font-size: 1.45rem; }
.account-section-note { display: inline-flex; align-items: center; gap: .4rem; color: var(--brand-muted); font-size: .78rem; }
.account-dashboard-stats { margin-bottom: 0; }
.account-list-panel { overflow: hidden; }
.account-inline-note, .account-field-help { display: flex; align-items: flex-start; gap: .55rem; color: var(--brand-muted); font-size: .8rem !important; line-height: 1.5; }
.account-inline-note { margin: 0 0 1rem; padding: .85rem 1rem; border: 1px solid #cfe9f2; border-radius: 14px; background: #edf8fc; color: #316d84; }
.account-inline-note i, .account-field-help i { margin-top: .18rem; color: var(--brand-blue-dark); }
.account-table-wrap { overflow: hidden; border: 1px solid var(--brand-line); border-radius: 17px; }
.client-workspace .account-table-wrap .account-table { margin: 0; border: 0; border-radius: 0; }
.client-workspace .account-table-wrap .account-table th { white-space: nowrap; }
.client-workspace .account-table-wrap .account-table tbody tr:last-child td { border-bottom: 0; }
.account-row-actions { display: flex; align-items: center; justify-content: flex-end; gap: .5rem; white-space: nowrap; }
.account-row-actions-center { justify-content: center; }
.account-row-actions .btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; }
.invoice-reference, .account-date { display: inline-flex; align-items: center; gap: .55rem; white-space: nowrap; }
.invoice-reference i, .account-date i { color: var(--brand-blue-dark); }
.account-alert { display: flex; align-items: center; gap: .65rem; margin: 0; }
.account-form { display: grid; gap: 1.3rem; }
.account-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem 1.2rem; }
.account-field { min-width: 0; }
.account-field-wide { grid-column: 1 / -1; }
.account-form-actions { display: flex; justify-content: flex-end; gap: .7rem; padding-top: 1.25rem; border-top: 1px solid var(--brand-line); }
.account-form-actions-between { justify-content: space-between; }
.account-form-actions .btn { min-width: 190px; }
.compose-sender { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: .8rem; padding: 1rem; border: 1px solid #c7e9f3; border-radius: 17px; background: linear-gradient(135deg,#e9f8fd,#effaf7); }
.compose-sender-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #fff; color: var(--brand-blue-dark); font-size: 1.1rem; box-shadow: var(--shadow-sm); }
.compose-sender small, .compose-sender strong { display: block; }
.compose-sender small { color: var(--brand-muted); font-size: .75rem; }
.compose-sender strong { overflow-wrap: anywhere; color: var(--brand-navy); }
.account-upload-field { padding: 1rem; border: 1px dashed #bed3df; border-radius: 17px; background: #f8fbfc; }
.compose-summary { padding-top: 1.4rem; border-top: 1px solid var(--brand-line); }
.account-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }
.account-metric { padding: 1rem; border: 1px solid var(--brand-line); border-radius: 17px; background: #f8fbfc; }
.account-metric > span { display: flex; align-items: center; gap: .45rem; color: var(--brand-muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.account-metric > span i { color: var(--brand-blue-dark); }
.account-metric > strong { display: block; margin-top: .55rem; color: var(--brand-navy); font: 700 1.5rem/1 "Space Grotesk",sans-serif; }
.account-metrics + .account-field-help { margin: .8rem 0 0; }
.account-email-preview { display: grid; gap: 1.2rem; }
.email-preview-meta { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid #cce8f1; border-radius: 17px; background: #eef9fc; }
.email-preview-meta > div { min-width: 0; }
.email-preview-meta span, .email-preview-meta strong { display: block; }
.email-preview-meta span { color: var(--brand-muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.email-preview-meta strong { overflow-wrap: anywhere; color: var(--brand-navy); }
.email-preview-meta > i { color: var(--brand-blue-dark); }
.email-preview-body { min-height: 220px; padding: 1.4rem; border: 1px solid var(--brand-line); border-radius: 17px; }
body.site-shell .email-preview-body h3 { margin: 0 0 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--brand-line); font-size: 1.35rem; }
.email-preview-content { color: #344d60; line-height: 1.7; }
.email-attachments h3 { display: flex; align-items: center; gap: .5rem; margin: 0 0 .8rem; color: var(--brand-navy); font-size: 1rem; }
.attachment-list { display: grid; gap: .5rem; }
.attachment-list > div { display: flex; align-items: center; gap: .6rem; padding: .75rem; border: 1px solid var(--brand-line); border-radius: 13px; background: #f8fbfc; color: #385064; }
.attachment-list i { color: var(--brand-blue-dark); }

/* Acceso, alta y páginas públicas internas */
.auth-page { min-height: 800px; display: flex; align-items: center; padding: 140px 0 80px; background: radial-gradient(circle at 14% 20%,rgba(39,197,154,.12),transparent 25%),radial-gradient(circle at 86% 70%,rgba(14,159,218,.14),transparent 26%),linear-gradient(135deg,#f7fbfd,#eef7fa); }
.auth-layout { display: grid; grid-template-columns: 1fr minmax(400px,.82fr); align-items: center; gap: clamp(3rem,7vw,7rem); }
.auth-copy h1 { max-width: 600px; margin: 0 0 1rem; font-size: clamp(2.7rem,5vw,4.6rem); line-height: 1; }
.auth-copy > p { max-width: 570px; color: var(--brand-muted); font-size: 1.1rem !important; }
.auth-benefits { display: grid; gap: .8rem; margin-top: 2rem; }
.auth-benefits > div { display: flex; align-items: center; gap: .9rem; }
.auth-benefits > div > i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #fff; color: var(--brand-blue-dark); box-shadow: var(--shadow-sm); }
.auth-benefits span, .auth-benefits strong { display: block; }
.auth-benefits span { color: var(--brand-muted); font-size: .88rem; }
.auth-benefits strong { color: var(--brand-navy); }
.auth-card { padding: clamp(1.4rem,4vw,2.2rem); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-lg); backdrop-filter: blur(15px); }
.auth-card-head { display: flex; gap: .9rem; align-items: center; margin-bottom: 1.7rem; }
.auth-card-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 17px; color: #fff; background: linear-gradient(135deg,var(--brand-blue),var(--brand-green)); }
.auth-card h2 { margin: 0 0 .15rem; font-size: 1.45rem; }
.auth-card-head p { margin: 0; color: var(--brand-muted); font-size: .88rem !important; }
.auth-id-grid { display: grid; grid-template-columns: minmax(145px,.7fr) 1.3fr; gap: .55rem; }
.password-field { position: relative; }
.password-field .form-control { padding-right: 3.2rem; }
.password-field button { position: absolute; right: .35rem; top: .35rem; width: 42px; height: 42px; border: 0; border-radius: 11px; background: transparent; color: var(--brand-muted); }
.password-field button:hover { color: var(--brand-blue-dark); background: #edf7fb; }
.auth-recover { padding: .85rem; border-radius: 13px; background: #f2f8fb; color: var(--brand-muted); font-size: .85rem; }
.auth-recover a { color: var(--brand-blue-dark); font-weight: 700; }
.module-access .wrapper, .module-new .wrapper { padding-top: 84px; }
.module-access .header-new, .module-new .header-new { min-height: auto; padding: 4.5rem 0 1rem; background: linear-gradient(180deg,#f2f9fc,#fff); text-align: center; }
.module-access .content-section, .module-new .content-section { padding: 2rem 0 6rem; background: #fff; }
.module-access .content-section form, .module-new .content-section form { max-width: 780px; margin: 0 auto; padding: clamp(1.4rem,4vw,2.5rem); border: 1px solid var(--brand-line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-lg); }
.module-access .content-section form { max-width: 650px; }
.module-access .content-section .row + .row, .module-new .content-section .row + .row { margin-top: 1rem; }
.module-access .content-section .input-group { display: grid; grid-template-columns: minmax(160px,.6fr) 1fr; gap: .55rem; }
.module-access .content-section .input-group > * { width: 100%; border-radius: 13px !important; }
.module-access .content-section input[type="submit"] { width: 100%; min-height: 52px; }

/* Registro y primer envío */
.registration-page { position: relative; min-height: 900px; padding: 3.5rem 0 7rem; overflow: hidden; background: radial-gradient(circle at 8% 8%,rgba(14,159,218,.12),transparent 25%),radial-gradient(circle at 92% 26%,rgba(39,197,154,.13),transparent 26%),linear-gradient(180deg,#f6fbfd 0%,#eef7fa 42%,#fff 100%); }
.registration-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.registration-orb-one { width: 340px; height: 340px; top: 360px; left: -220px; background: rgba(14,159,218,.08); filter: blur(3px); }
.registration-orb-two { width: 420px; height: 420px; right: -260px; bottom: 160px; background: rgba(39,197,154,.09); filter: blur(3px); }
.registration-heading { max-width: 780px; margin: 0 auto; text-align: center; }
body.site-shell .registration-heading h1 { margin: 0 0 .9rem; font-size: clamp(2.65rem,5vw,4.4rem); line-height: 1; }
.registration-heading > p { margin: 0 auto; color: var(--brand-muted); font-size: 1.08rem !important; line-height: 1.75; }
.module-new .registration-page .step-section { margin: 2.2rem 0 1.5rem; padding: 0; background: transparent; }
.registration-page .step-section .container { width: 100%; max-width: none; padding: 0; }
.registration-page .process-steps { gap: .75rem; padding: .75rem; border: 1px solid rgba(220,232,240,.92); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 16px 44px rgba(11,31,51,.07); backdrop-filter: blur(14px); }
.registration-page .process-step { min-height: 68px; padding: .72rem .8rem; border: 1px solid transparent; border-radius: 16px; }
.registration-page .process-step.active { border-color: #cbeaf5; background: linear-gradient(135deg,#e5f7fd,#eaf9f4); }
.registration-page .process-step-icon { width: 42px; height: 42px; border-radius: 13px; }
.registration-page .process-step-copy small { margin-bottom: .08rem; }
.registration-page .process-step-copy strong { font-size: .82rem; }
.registration-page .process-step-line { display: none; }
.registration-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: start; gap: 1.5rem; }
.registration-aside { position: sticky; top: 104px; overflow: hidden; padding: clamp(1.6rem,3.5vw,2.2rem); border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: radial-gradient(circle at 92% 8%,rgba(39,197,154,.23),transparent 28%),linear-gradient(145deg,#0b2740,#0b1f33); color: #dce8f0; box-shadow: 0 28px 70px rgba(11,31,51,.18); }
.registration-step-label { display: inline-flex; margin-bottom: .8rem; padding: .42rem .68rem; border: 1px solid rgba(117,225,195,.25); border-radius: 999px; background: rgba(39,197,154,.1); color: #75e1c3; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.site-shell .registration-aside h2 { margin: 0 0 .85rem; color: #fff; font-size: clamp(2rem,3.3vw,2.8rem); line-height: 1.05; }
.registration-aside-copy > p { margin: 0; color: #bfd0dc; line-height: 1.75; }
.registration-aside-visual { display: grid; place-items: center; min-height: 240px; margin: .4rem -1.4rem .6rem; }
.registration-aside-visual img { width: min(100%,430px); filter: drop-shadow(0 22px 30px rgba(0,0,0,.22)); }
.registration-assurances { display: grid; gap: .72rem; }
.registration-assurances > div { display: flex; align-items: center; gap: .8rem; padding: .74rem; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.055); }
.registration-assurances > div > i { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 11px; background: rgba(39,197,154,.12); color: #75e1c3; }
.registration-assurances span, .registration-assurances strong { display: block; }
.registration-assurances span { color: #afc2d1; font-size: .8rem; line-height: 1.35; }
.registration-assurances strong { margin-bottom: .12rem; color: #fff; font-size: .88rem; }
.registration-privacy-note { display: flex; gap: .65rem; margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: #9eb4c4; font-size: .75rem !important; line-height: 1.5; }
.registration-privacy-note i { margin-top: .18rem; color: #75e1c3; }
.registration-card { padding: clamp(1.4rem,3vw,2.15rem); border: 1px solid rgba(255,255,255,.92); border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 28px 70px rgba(11,31,51,.13); backdrop-filter: blur(16px); }
.registration-card-head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.35rem; }
.registration-card-icon { width: 54px; height: 54px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 17px; background: linear-gradient(135deg,var(--brand-blue),var(--brand-green)); color: #fff; font-size: 1.15rem; box-shadow: 0 12px 24px rgba(14,159,218,.18); }
.registration-card-head > div > span { display: block; color: var(--brand-blue-dark); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.site-shell .registration-card-head h2 { margin: .12rem 0 0; font-size: 1.55rem; line-height: 1.15; }
.registration-modes { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 0; padding: 0 0 1.5rem; border: 0; border-bottom: 1px solid var(--brand-line); }
.registration-mode { position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: .7rem; min-width: 0; padding: .85rem; border: 1px solid var(--brand-line); border-radius: 16px; background: #fff; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.registration-mode:hover { border-color: #a9dcec; transform: translateY(-1px); }
.registration-mode:focus-within { outline: 3px solid rgba(14,159,218,.18); outline-offset: 2px; }
.registration-mode.is-selected, .registration-mode:has(input:checked) { border-color: #86d2e9; background: linear-gradient(135deg,#eaf8fd,#effbf7); box-shadow: 0 10px 24px rgba(14,159,218,.09); }
.registration-mode input { position: absolute; opacity: 0; pointer-events: none; }
.registration-mode-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #eff7fb; color: var(--brand-blue-dark); }
.registration-mode.is-selected .registration-mode-icon, .registration-mode:has(input:checked) .registration-mode-icon { background: #d7f2fc; }
.registration-mode > span:nth-of-type(2), .registration-mode strong, .registration-mode small { display: block; min-width: 0; }
.registration-mode strong { color: var(--brand-navy); font-size: .85rem; line-height: 1.3; }
.registration-mode small { margin-top: .16rem; color: var(--brand-muted); font-size: .71rem; line-height: 1.3; }
.registration-mode-check { color: var(--brand-green); opacity: 0; transition: opacity .2s ease; }
.registration-mode.is-selected .registration-mode-check, .registration-mode:has(input:checked) .registration-mode-check { opacity: 1; }
.registration-form { padding-top: 1.5rem; }
.registration-form-head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.25rem; }
.registration-form-head-details { margin-top: 1.7rem; padding-top: 1.5rem; border-top: 1px solid var(--brand-line); }
.registration-form-number { width: 39px; height: 39px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; background: #e7f7fd; color: var(--brand-blue-dark); font-size: .72rem; font-weight: 800; }
body.site-shell .registration-form-head h3 { margin: 0 0 .12rem; font-size: 1.12rem; letter-spacing: -.02em; }
.registration-form-head p { margin: 0; color: var(--brand-muted); font-size: .78rem !important; line-height: 1.45; }
.registration-field { margin-bottom: 1rem; }
.registration-field .input-title { display: block; margin-bottom: .45rem; color: #385064; font-size: .8rem; font-weight: 700; }
.registration-document-grid { display: grid; grid-template-columns: minmax(150px,.72fr) minmax(0,1.28fr); gap: .6rem; }
.registration-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.registration-phone-grid { display: grid; grid-template-columns: minmax(125px,.9fr) minmax(120px,1.1fr); gap: .5rem; }
.registration-phone-grid .form-select { min-width: 0; padding-right: 2rem; font-size: .78rem; }
.registration-help { display: flex; align-items: flex-start; gap: .7rem; margin: 1rem 0; padding: .9rem; border: 1px solid #cdeaf4; border-radius: 14px; background: #ecf8fc; color: #356b80; font-size: .78rem; line-height: 1.5; }
.registration-help > i { margin-top: .16rem; color: var(--brand-blue-dark); }
.registration-help a { color: var(--brand-blue-dark); font-weight: 700; }
.registration-alert { display: flex; align-items: flex-start; gap: .65rem; margin: .8rem 0; padding: .85rem .9rem; border-radius: 14px; font-size: .78rem; line-height: 1.45; }
.registration-alert > i { margin-top: .16rem; }
.registration-alert-warning { border: 1px solid #f4d995; background: #fff8e8; color: #75520d; }
.registration-alert-success { border: 1px solid #aee6d4; background: #eaf9f4; color: #14644f; }
.registration-submit { min-height: 54px; margin-top: .35rem; }
.registration-submit:disabled { cursor: wait; opacity: .72; }
.registration-account-preview { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: .75rem; padding: .9rem; border: 1px solid #bce4ef; border-radius: 16px; background: linear-gradient(135deg,#e7f7fd,#edf9f5); }
.registration-account-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: #fff; color: var(--brand-blue-dark); box-shadow: var(--shadow-sm); }
.registration-account-preview small, .registration-account-preview strong { display: block; min-width: 0; }
.registration-account-preview small { color: var(--brand-muted); font-size: .72rem; }
.registration-account-preview strong { overflow-wrap: anywhere; color: var(--brand-navy); font-size: .92rem; }
.registration-account-preview button { display: inline-flex; align-items: center; gap: .35rem; padding: .5rem .6rem; border: 1px solid #bedde7; border-radius: 10px; background: #fff; color: var(--brand-blue-dark); font-size: .72rem; font-weight: 700; }
.registration-field-help { display: flex; align-items: center; gap: .45rem; margin: -.35rem 0 1rem; color: var(--brand-muted); font-size: .72rem !important; }
.registration-field-help i { color: var(--brand-blue-dark); }
.registration-terms { position: relative; display: flex; align-items: center; gap: .7rem; margin: .5rem 0 1rem; padding: .85rem; border: 1px solid var(--brand-line); border-radius: 14px; background: #f8fbfc; color: #385064; font-size: .8rem; cursor: pointer; }
.registration-terms > input { position: absolute; opacity: 0; }
.registration-checkbox { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #b9cedb; border-radius: 8px; background: #fff; color: #fff; }
.registration-checkbox i { font-size: .68rem; opacity: 0; }
.registration-terms > input:checked + .registration-checkbox { border-color: var(--brand-green); background: var(--brand-green); }
.registration-terms > input:checked + .registration-checkbox i { opacity: 1; }
.registration-terms:focus-within { outline: 3px solid rgba(14,159,218,.16); outline-offset: 2px; }
.registration-terms a { color: var(--brand-blue-dark); font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

.payment-page { min-height: 100vh; background: radial-gradient(circle at 20% 20%,rgba(39,197,154,.15),transparent 28%),radial-gradient(circle at 80% 80%,rgba(14,159,218,.16),transparent 28%),#f2f8fb !important; }
.payment-shell { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; }
.payment-card { width: min(100%,480px); padding: 2.4rem; border: 1px solid var(--brand-line); border-radius: 28px; background: rgba(255,255,255,.92); text-align: center; box-shadow: var(--shadow-lg); }
.payment-card h1 { margin: 1rem 0 .6rem; font-size: 1.75rem; }
.payment-card p { margin-bottom: 1.5rem; color: var(--brand-muted); }
.payment-icon { width: 64px; height: 64px; display: inline-grid; place-items: center; border-radius: 20px; background: #e6f7fd; color: var(--brand-blue-dark); font-size: 1.4rem; }
.payment-icon.is-success { background: #e1f8ef; color: #087458; }
.payment-icon.is-warning { background: #fff2d7; color: #8b5c09; }

@media (max-width: 1199.98px) {
    .site-navbar .navbar-collapse { position: absolute; top: calc(100% + .75rem); right: 0; left: 0; max-height: calc(100vh - 104px); margin: 0; padding: .8rem; overflow-y: auto; border: 1px solid var(--brand-line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); }
    .site-navbar .navbar-nav { align-items: stretch !important; gap: .18rem; }
    .site-navbar .nav-link { width: 100%; min-height: 46px; padding: .48rem .58rem !important; border-radius: 12px; }
    .site-navbar .nav-link:hover, .site-navbar .nav-link:focus { background: #eff8fc; }
    .site-navbar .nav-link > i { display: inline-grid; flex-basis: 32px; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: #e9f7fc; font-size: .82rem; }
    .site-navbar .btn { width: 100%; min-height: 46px; margin: .18rem 0 !important; }
    .site-navbar .nav-item.dropdown { margin-left: 0 !important; }
    .site-navbar .dropdown-menu { position: static; margin-top: .35rem; box-shadow: none !important; }
}

@media (max-width: 991.98px) {
    .hero-section { min-height: auto; padding-top: 4rem; }
    .hero-copy { text-align: center; }
    .hero-copy h1, .hero-lead { margin-inline: auto; }
    .hero-actions, .hero-proof { justify-content: center; }
    .hero-visual { min-height: auto; max-width: 690px; margin: 0 auto; }
    .hero-floating-card-top { right: 8px; }
    .hero-floating-card-bottom { left: 8px; }
    .section-space { padding: 5rem 0; }
    .feature-image { min-height: 360px; }
    .price-card.featured { transform: none; }
    .footer-callout { flex-direction: column; align-items: flex-start; padding: 2.2rem; }
    .client-shell { padding-top: 100px; }
    .auth-layout { grid-template-columns: 1fr; gap: 2rem; }
    .auth-copy { text-align: center; }
    .auth-copy h1, .auth-copy > p { margin-inline: auto; }
    .auth-benefits { max-width: 480px; margin-inline: auto; text-align: left; }
    .account-row-actions { flex-wrap: wrap; }
    .registration-layout { grid-template-columns: 1fr; }
    .registration-aside { position: relative; top: auto; }
    .registration-aside-visual { min-height: 210px; }
}

@media (max-width: 767.98px) {
    .site-navbar { height: 72px; }
    .site-navbar .navbar-brand img { width: 174px; }
    .site-navbar .navbar-collapse { top: calc(100% + .75rem); right: .15rem; left: .15rem; max-height: calc(100vh - 88px); }
    .marketing-main { padding-top: 72px; }
    .hero-section { padding: 3.5rem 0; }
    .hero-copy h1 { font-size: clamp(2.55rem,13vw,4rem); }
    .hero-actions .btn { width: 100%; }
    .hero-proof { display: grid; justify-content: stretch; text-align: left; }
    .hero-floating-card { display: none; }
    .trust-strip .container { grid-template-columns: 1fr; }
    .trust-strip .container > div { justify-content: flex-start; }
    .trust-strip .container > div + div { border-top: 1px solid var(--brand-line); border-left: 0; }
    .section-space { padding: 4rem 0; }
    .feature-image { min-height: 300px; border-radius: 24px; }
    .evidence-card ul { grid-template-columns: 1fr; }
    .price-card { min-height: auto; }
    .quote-card blockquote { min-height: auto; }
    .footer-main { padding-block: 3rem; }
    .footer-callout .btn { width: 100%; }
    .footer-bottom { flex-direction: column; }
    .client-shell { padding: 88px .75rem 1rem; }
    .process-steps { grid-template-columns: repeat(2,1fr); }
    .process-step-copy strong { font-size: .75rem; }
    .client-workspace > .header, .client-workspace > .content-section { padding: 1.1rem; }
    .client-workspace { overflow-x: auto; border-radius: 22px; }
    .account-page-header { flex-direction: column; align-items: stretch; gap: 1.2rem; padding: 1.3rem; border-radius: 21px; }
    .account-page-heading { align-items: flex-start; }
    .account-page-icon { width: 48px; height: 48px; border-radius: 15px; }
    .account-page-header > .btn { width: 100%; }
    .account-panel { padding: 1.1rem; border-radius: 20px; }
    .account-section-heading { align-items: flex-start; }
    .account-form-grid, .account-metrics { grid-template-columns: 1fr; }
    .account-field-wide { grid-column: auto; }
    .account-form-actions, .account-form-actions-between { flex-direction: column-reverse; }
    .account-form-actions .btn { width: 100%; min-width: 0; }
    .compose-sender { grid-template-columns: 42px minmax(0,1fr); }
    .compose-sender .account-status { grid-column: 1 / -1; justify-self: start; }
    .email-preview-meta { grid-template-columns: 1fr; }
    .email-preview-meta > i { transform: rotate(90deg); }
    .account-row-actions { justify-content: flex-start; }
    .module-access .wrapper, .module-new .wrapper { padding-top: 72px; }
    .module-access .content-section .input-group { grid-template-columns: 1fr; }
    .auth-page { padding: 110px 0 55px; }
    .auth-id-grid { grid-template-columns: 1fr; }
    .registration-page { padding: 2.6rem 0 4.5rem; }
    body.site-shell .registration-heading h1 { font-size: clamp(2.35rem,11vw,3.45rem); }
    .module-new .registration-page .step-section { margin: 1.65rem 0 1rem; }
    .registration-page .process-steps { gap: .45rem; padding: .55rem; }
    .registration-page .process-step { min-height: 60px; padding: .6rem; }
    .registration-page .process-step-icon { width: 36px; height: 36px; border-radius: 11px; }
    .registration-layout { gap: 1rem; }
    .registration-aside { padding: 1.4rem; border-radius: 24px; }
    .registration-aside-visual { min-height: 185px; margin: .25rem -.75rem .5rem; }
    .registration-card { padding: 1.25rem; border-radius: 24px; }
    .registration-modes { grid-template-columns: 1fr; }
    .registration-fields-grid { grid-template-columns: 1fr; gap: 0; }
    .registration-document-grid,
    .registration-phone-grid { grid-template-columns: 1fr; }
    .registration-account-preview { grid-template-columns: 40px minmax(0,1fr); }
    .registration-account-preview button { grid-column: 1 / -1; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    [data-reveal] { opacity: 1; transform: none; }
}

/* Automated editorial blog */
.blog-index,
.blog-article-page,
.blog-not-found { padding-top: 88px; background: #f7fafb; color: var(--brand-ink); }
.blog-hero { position: relative; overflow: hidden; min-height: 610px; display: flex; align-items: center; background: radial-gradient(circle at 12% 15%,rgba(39,197,154,.17),transparent 28%),radial-gradient(circle at 88% 82%,rgba(14,159,218,.18),transparent 32%),linear-gradient(145deg,#f8fcfd 0%,#edf8fb 100%); }
.blog-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(11,79,108,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(11,79,108,.08) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right,#000,transparent 80%); }
.blog-hero > .container { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); align-items: center; gap: 4rem; padding-block: 6rem; }
.blog-hero-copy { max-width: 690px; }
.blog-hero-copy h1 { margin: 1rem 0 1.35rem; font: 700 clamp(3.2rem,7vw,6.2rem)/.93 "Space Grotesk",sans-serif; letter-spacing: -.065em; }
.blog-hero-copy h1 span { color: var(--brand-blue-dark); }
.blog-hero-copy > p { max-width: 650px; margin: 0; color: var(--brand-muted); font-size: clamp(1.1rem,2vw,1.32rem); line-height: 1.72; }
.blog-hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2.1rem; }
.blog-feed-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--brand-ink); font-weight: 700; text-decoration: none; }
.blog-feed-link:hover { color: var(--brand-blue-dark); }
.blog-hero-art { position: relative; min-height: 390px; }
.blog-art-orbit { position: absolute; border: 1px solid rgba(14,159,218,.2); border-radius: 50%; }
.blog-art-orbit-one { inset: 8% 4% 2% 10%; }
.blog-art-orbit-two { inset: 22% 17% 15% 24%; }
.blog-art-envelope { position: absolute; left: 50%; top: 49%; width: 210px; height: 168px; transform: translate(-50%,-50%) rotate(-5deg); display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 40px; background: linear-gradient(145deg,#fff,#eaf8fc); color: var(--brand-blue-dark); font-size: 5rem; box-shadow: 0 35px 70px rgba(9,66,91,.2); }
.blog-art-envelope > span { position: absolute; right: -18px; bottom: -15px; width: 68px; height: 68px; display: grid; place-items: center; border: 7px solid #f1fafc; border-radius: 50%; background: var(--brand-green); color: #fff; font-size: 1.4rem; }
.blog-art-note { position: absolute; right: 0; bottom: 8%; width: 225px; display: grid; grid-template-columns: auto 1fr; gap: .15rem .8rem; padding: 1.15rem; border: 1px solid rgba(13,105,141,.1); border-radius: 19px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-md); backdrop-filter: blur(14px); }
.blog-art-note i { grid-row: span 2; align-self: center; color: var(--brand-green); font-size: 1.35rem; }
.blog-art-note strong { font-size: .92rem; }
.blog-art-note small { color: var(--brand-muted); }
.blog-listing { background: #fff; }
.blog-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.45fr); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.blog-section-heading h2 { max-width: 720px; margin: .7rem 0 0; font-size: clamp(2rem,4vw,3.4rem); }
.blog-section-heading > p { margin: 0; color: var(--brand-muted); line-height: 1.7; }
.blog-card { overflow: hidden; border: 1px solid var(--brand-line); border-radius: 25px; background: #fff; box-shadow: 0 12px 35px rgba(9,53,72,.07); transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.blog-card:hover { transform: translateY(-6px); border-color: rgba(14,159,218,.35); box-shadow: 0 24px 55px rgba(9,53,72,.13); }
.blog-card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #eaf7fb; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.035); }
.blog-card-placeholder { position: relative; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 65% 30%,rgba(39,197,154,.25),transparent 30%),linear-gradient(145deg,#e7f6fa,#f8fcfd); color: var(--brand-blue-dark); font-size: 4rem; }
.blog-card-placeholder .fa-shield-halved { position: absolute; margin: 74px 0 0 85px; padding: .65rem; border-radius: 50%; background: #fff; color: var(--brand-green); font-size: 1.1rem; box-shadow: var(--shadow-sm); }
.blog-card-body { display: flex; flex-direction: column; min-height: 330px; padding: 1.65rem; }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--brand-muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.blog-card-meta span:first-child { color: var(--brand-blue-dark); }
.blog-card h2 { margin: 1rem 0 .75rem; font-size: 1.42rem; line-height: 1.25; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card p { color: var(--brand-muted); line-height: 1.65; }
.blog-card-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: auto; color: var(--brand-blue-dark); font-weight: 700; text-decoration: none; }
.blog-card-link i { transition: transform .2s ease; }
.blog-card-link:hover i { transform: translateX(4px); }
.blog-empty { max-width: 760px; margin: 2rem auto; padding: 4rem 2rem; border: 1px dashed rgba(14,159,218,.3); border-radius: 28px; background: linear-gradient(145deg,#f6fbfd,#eef8fa); text-align: center; }
.blog-empty > span,.blog-not-found .container > span { width: 72px; height: 72px; display: inline-grid; place-items: center; margin-bottom: 1.25rem; border-radius: 22px; background: #fff; color: var(--brand-blue-dark); font-size: 1.7rem; box-shadow: var(--shadow-sm); }
.blog-empty p { max-width: 570px; margin: .8rem auto 0; color: var(--brand-muted); }
.blog-pagination { display: flex; justify-content: center; gap: .5rem; margin-top: 3rem; }
.blog-pagination a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--brand-line); border-radius: 13px; color: var(--brand-ink); font-weight: 700; text-decoration: none; }
.blog-pagination a.active,.blog-pagination a:hover { border-color: var(--brand-blue-dark); background: var(--brand-blue-dark); color: #fff; }
.blog-notice { background: #fff9e8; border-bottom: 1px solid #f0dfae; color: #564416; }
.blog-notice .container { display: flex; align-items: flex-start; gap: .8rem; padding-block: 1rem; }
.blog-notice i { margin-top: .22rem; color: #a36a00; }
.blog-notice p { margin: 0; line-height: 1.55; }
.blog-notice a { color: inherit; font-weight: 800; }
.blog-article-header { padding: 5.5rem 0 3.5rem; text-align: center; background: radial-gradient(circle at 25% 20%,rgba(39,197,154,.13),transparent 27%),radial-gradient(circle at 80% 90%,rgba(14,159,218,.12),transparent 30%),#f7fbfc; }
.blog-article-narrow { max-width: 960px; }
.blog-breadcrumb { display: flex; align-items: center; justify-content: center; gap: .65rem; margin-bottom: 2rem; color: var(--brand-muted); font-size: .86rem; }
.blog-breadcrumb a { color: var(--brand-blue-dark); text-decoration: none; }
.blog-breadcrumb i { font-size: .55rem; opacity: .65; }
.blog-article-header h1 { margin: 1rem auto 1.25rem; font: 700 clamp(2.45rem,6vw,5rem)/1.02 "Space Grotesk",sans-serif; letter-spacing: -.055em; }
.blog-article-lead { max-width: 790px; margin: 0 auto; color: var(--brand-muted); font-size: 1.22rem; line-height: 1.7; }
.blog-article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1.5rem; margin-top: 1.8rem; color: var(--brand-muted); font-size: .9rem; }
.blog-article-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.blog-cover-wrap { max-width: 1180px; margin-top: -1px; transform: translateY(2.25rem); }
.blog-cover { width: 100%; max-height: 620px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-lg); }
.blog-article-layout { max-width: 1180px; display: grid; grid-template-columns: 245px minmax(0,760px); justify-content: center; gap: 4.5rem; padding-top: 7rem; padding-bottom: 6rem; }
.blog-toc { position: sticky; top: 116px; align-self: start; padding: 1.25rem 0 1.25rem 1.2rem; border-left: 2px solid #dcecf1; }
.blog-toc strong { display: block; margin-bottom: .8rem; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.blog-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.blog-toc li { counter-increment: toc; margin: .7rem 0; }
.blog-toc a { display: grid; grid-template-columns: 20px 1fr; gap: .4rem; color: var(--brand-muted); font-size: .84rem; line-height: 1.35; text-decoration: none; }
.blog-toc a::before { content: counter(toc,decimal-leading-zero); color: var(--brand-blue-dark); font-size: .68rem; font-weight: 800; }
.blog-toc a:hover { color: var(--brand-ink); }
.blog-prose { font-size: 1.08rem; line-height: 1.86; }
.blog-prose .blog-intro { margin-bottom: 2.5rem; color: #223d49; font-size: 1.24rem; line-height: 1.78; }
.blog-prose section { scroll-margin-top: 120px; margin-top: 3.1rem; }
.blog-prose h2 { margin-bottom: 1.15rem; font: 700 clamp(1.7rem,3vw,2.35rem)/1.18 "Space Grotesk",sans-serif; letter-spacing: -.035em; }
.blog-prose p { color: #425b66; }
.blog-prose ul { margin: 1.4rem 0; padding: 1.25rem 1.5rem 1.25rem 3.4rem; border-radius: 18px; background: #edf8fa; color: #284854; }
.blog-prose li { margin: .45rem 0; padding-left: .25rem; }
.blog-prose li::marker { color: var(--brand-green); }
.blog-faq { padding-top: 1rem; }
.blog-faq .accordion { border-top: 1px solid var(--brand-line); }
.blog-faq .accordion-item { border: 0; border-bottom: 1px solid var(--brand-line); background: transparent; }
.blog-faq .accordion-button { padding: 1.25rem .2rem; background: transparent; color: var(--brand-ink); font-size: 1.02rem; font-weight: 750; box-shadow: none; }
.blog-faq .accordion-button:not(.collapsed) { color: var(--brand-blue-dark); }
.blog-faq .accordion-body { padding: 0 .2rem 1.35rem; color: var(--brand-muted); }
.blog-sources { padding-top: 2rem; border-top: 1px solid var(--brand-line); }
.blog-sources > p { font-size: .94rem; }
.blog-sources ol { padding-left: 1.2rem; }
.blog-sources li { margin: .8rem 0; padding-left: .4rem; }
.blog-sources a { color: var(--brand-blue-dark); font-weight: 700; }
.blog-sources li span { display: block; color: var(--brand-muted); font-size: .8rem; }
.blog-service-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.1rem; margin-top: 3.5rem; padding: 1.35rem; border-radius: 22px; background: linear-gradient(135deg,#0b4f6c,#087f7e); color: #fff; }
.blog-service-card > span { position: relative; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: rgba(255,255,255,.13); font-size: 1.4rem; }
.blog-service-card > span .fa-shield-halved { position: absolute; right: 6px; bottom: 7px; color: #71e1bc; font-size: .7rem; }
.blog-service-card strong { display: block; font-size: 1rem; }
.blog-service-card p { margin: .25rem 0 0; color: rgba(255,255,255,.75); font-size: .82rem; line-height: 1.45; }
.blog-service-card .btn { white-space: nowrap; background: #fff; color: var(--brand-blue-dark); }
.blog-related { background: #edf7f9; }
.blog-related h2 { margin-top: .65rem; }
.blog-related-card { height: 100%; display: flex; flex-direction: column; gap: .8rem; padding: 1.5rem; border: 1px solid rgba(12,91,120,.1); border-radius: 20px; background: #fff; color: var(--brand-ink); text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.blog-related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-related-card span { color: var(--brand-blue-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.blog-related-card strong { font-size: 1.1rem; line-height: 1.35; }
.blog-related-card small { margin-top: auto; color: var(--brand-muted); font-weight: 700; }
.blog-not-found { min-height: 75vh; display: grid; place-items: center; padding-block: 8rem; text-align: center; }
.blog-not-found p { margin-bottom: 1.5rem; color: var(--brand-muted); }

@media (max-width: 991.98px) {
    .blog-hero > .container { grid-template-columns: 1fr; text-align: center; }
    .blog-hero-copy { margin-inline: auto; }
    .blog-hero-actions { justify-content: center; }
    .blog-hero-art { width: min(100%,540px); margin: -2rem auto 0; }
    .blog-section-heading { grid-template-columns: 1fr; gap: 1rem; }
    .blog-article-layout { grid-template-columns: 1fr; padding-top: 5.5rem; }
    .blog-toc { position: static; padding: 1.2rem; border: 1px solid var(--brand-line); border-radius: 18px; background: #fff; }
    .blog-service-card { grid-template-columns: auto 1fr; }
    .blog-service-card .btn { grid-column: 1/-1; }
}

@media (max-width: 767.98px) {
    .blog-index,.blog-article-page,.blog-not-found { padding-top: 72px; }
    .blog-hero > .container { padding-block: 4.25rem; }
    .blog-hero-copy h1 { font-size: clamp(3rem,16vw,4.4rem); }
    .blog-hero-actions { flex-direction: column; }
    .blog-hero-actions .btn { width: 100%; }
    .blog-hero-art { min-height: 310px; }
    .blog-art-envelope { width: 165px; height: 130px; font-size: 3.8rem; }
    .blog-art-note { right: 3%; bottom: 0; }
    .blog-article-header { padding: 4rem 0 2.8rem; }
    .blog-breadcrumb { flex-wrap: wrap; }
    .blog-cover { border-radius: 20px; }
    .blog-article-layout { padding-top: 4.5rem; padding-bottom: 4rem; }
    .blog-prose { font-size: 1rem; }
    .blog-prose .blog-intro { font-size: 1.1rem; }
    .blog-article-meta { display: grid; }
}
