:root{
  --teal:#0f4c5c; --teal2:#1b6b7a; --green:#2a9d8f; --yellow:#ffd166; --ink:#16242b;
  --muted:#5c6b73; --bg:#ffffff; --soft:#f4f8f8; --line:#e4ecec; --radius:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.brandfont{font-family:'Poppins','Inter',sans-serif;letter-spacing:-.02em;line-height:1.14;text-wrap:balance}
p,li,.tier-for,.badge,.hero-note,.check,.mini .row{text-wrap:pretty}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{max-width:1240px;margin:0 auto;padding:0 24px}
.narrow{max-width:840px;margin:0 auto;padding:0 24px}
.kicker{color:var(--green);font-weight:700;font-size:13px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
section{padding:80px 0}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;padding:13px 24px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:.2s}
.btn-primary{background:var(--teal);color:#fff}
.btn-primary:hover{background:#0c3e4b;transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--teal);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--teal2);background:var(--soft)}
.btn-light{background:#fff;color:var(--teal)}
.btn-light:hover{transform:translateY(-1px)}
.center{text-align:center}

/* NAV — logo left, inline links, right actions (EN/ES pill · Sign in · CTA).
   Below the breakpoint the links + actions fold into the hamburger drawer. */
header.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
header.nav.nav-open{background:#fff}
.nav-inner{display:flex;align-items:center;gap:22px;height:70px}
.logo{display:flex;align-items:center;gap:9px;font-family:'Poppins';font-weight:700;font-size:22px;color:var(--teal);flex:0 0 auto}
.logo svg{width:32px;height:32px}
.nav-desktop{display:flex;align-items:center;gap:26px;margin-left:6px;font-size:15px;font-weight:500}
.nav-desktop a{color:#3a4c54;white-space:nowrap;transition:color .15s}
.nav-desktop a:hover,.nav-desktop a.active{color:var(--teal)}
.nav-actions{margin-left:auto;display:flex;align-items:center;gap:14px}
.nav-signin{font-size:15px;font-weight:600;color:var(--teal);white-space:nowrap}
.nav-signin:hover{color:#0c3e4b}
.nav-cta{white-space:nowrap;padding:11px 20px;font-size:14.5px}
.menu-btn{display:none;align-items:center;justify-content:center;width:46px;height:46px;background:none;border:1px solid var(--line);border-radius:12px;cursor:pointer;font-size:22px;line-height:1;color:var(--teal);transition:.2s}
.menu-btn:hover{border-color:var(--teal2);background:var(--soft)}
.lang{display:inline-flex;background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:3px;position:relative;cursor:pointer;user-select:none}
.lang span{position:relative;z-index:2;font-size:13px;font-weight:700;padding:5px 12px;border-radius:999px;color:var(--muted);transition:color .25s}
.lang span.active{color:#fff}
.lang .slider{position:absolute;top:3px;bottom:3px;left:3px;width:calc(50% - 3px);background:var(--green);border-radius:999px;transition:transform .25s cubic-bezier(.4,0,.2,1)}
.lang.es .slider{transform:translateX(100%)}

/* dropdown panel (mobile) */
.nav-drawer{display:none}
header.nav-open .nav-drawer{display:flex;flex-direction:column;position:absolute;top:calc(100% + 10px);right:0;width:min(300px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 30px 60px -28px rgba(15,76,92,.45);padding:12px;z-index:60}
.nav-drawer .nav-links{display:flex;flex-direction:column;gap:2px}
.nav-drawer .nav-links a{padding:12px 14px;border-radius:10px;font-size:15.5px;font-weight:600;color:#33454d;transition:.15s}
.nav-drawer .nav-links a:hover,.nav-drawer .nav-links a.active{background:var(--soft);color:var(--teal)}
.nav-drawer .nav-links a.signin{color:var(--teal);border-top:1px solid var(--line);border-radius:0;margin-top:4px;padding-top:14px}
.nav-drawer .lang{align-self:center;margin:12px 0 8px}
.nav-drawer .lang span{padding:6px 15px;font-size:14px}
.nav-drawer .btn-primary{display:flex;justify-content:center;margin:2px 4px 4px;padding:13px 22px}
/* wide: inline nav shows, drawer's own pill hidden */
@media(min-width:1101px){.nav-drawer .lang{display:none}}
/* narrow: fold the inline links + bar actions into the hamburger */
@media(max-width:1100px){
  .nav-desktop{display:none}
  .nav-actions .nav-signin,.nav-actions .nav-cta,.nav-actions .lang-bar{display:none}
  .menu-btn{display:flex}
}

/* HERO (home) — full-bleed soft gradient band; wide 2-col with a bigger,
   floating dashboard visual on the right. */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:
  radial-gradient(1200px 600px at 80% -10%,rgba(42,157,143,.16),transparent 60%),
  radial-gradient(900px 500px at 0% 10%,rgba(27,107,122,.12),transparent 55%),
  linear-gradient(180deg,#f4faf8 0%,#ffffff 76%);
  padding:92px 0 84px}
.hero-grid{display:grid;grid-template-columns:1.02fr 1.12fr;gap:56px;align-items:center}
.hero h1{font-size:52px;font-weight:800;color:var(--teal)}
.hero p.sub{font-size:19px;color:var(--muted);margin:22px 0 28px;max-width:560px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero-note{font-size:14px;color:var(--muted);margin-top:16px;display:flex;align-items:center;gap:8px}
.dot{width:8px;height:8px;border-radius:50%;background:var(--green);display:inline-block}
.badges{display:flex;gap:20px;margin-top:34px;flex-wrap:wrap}
.badge{font-size:13px;font-weight:600;color:var(--teal2);display:flex;align-items:center;gap:7px}

/* page hero (subpages) — full-bleed gradient band, content centered so it reads
   balanced at the wide (1240px) container instead of hugging the left. */
.page-hero{background:linear-gradient(135deg,#0f4c5c 0%,#1b6b7a 55%,#2a9d8f 100%);color:#fff;padding:76px 0 68px;text-align:center}
.page-hero .kicker{color:var(--yellow)}
.page-hero h1{font-size:44px;font-weight:800;max-width:820px;margin:0 auto}
.page-hero p{font-size:18px;opacity:.95;margin:18px auto 0;max-width:680px}
.page-hero .hero-cta{margin-top:28px;justify-content:center}

/* image placeholder */
.ph{position:relative;border:2px dashed #bcd2d2;border-radius:var(--radius);background:linear-gradient(135deg,#eef6f5,#f7fbfb);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6f8a8a;text-align:center;padding:22px;min-height:160px;font-size:14px;font-weight:500}
.ph svg{width:34px;height:34px;opacity:.6;margin-bottom:8px}
.ph.hero-ph{min-height:380px;box-shadow:0 30px 60px -30px rgba(15,76,92,.35)}
/* real product screenshots */
.shot{position:relative;margin:0;border-radius:var(--radius);overflow:hidden}
.shot img{display:block;width:100%;height:auto}
.shot.web img{border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 24px 50px -26px rgba(15,76,92,.45)}
.shot.phone{display:flex;align-items:center;justify-content:center;padding:26px;background:radial-gradient(120% 120% at 50% 0%,#eef6f5,#e4efee);border:1px solid var(--line)}
.shot.phone img{width:auto;max-height:460px;border-radius:26px;box-shadow:0 26px 54px -22px rgba(15,76,92,.5)}
.shot.hero-shot img{border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 34px 64px -30px rgba(15,76,92,.5)}

/* trust */
.trust{padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--soft)}
.trust .label{text-align:center;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.05em;margin-bottom:18px}
.trust-logos{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
.tlogo{width:140px;height:46px;border-radius:10px;border:1px dashed #cddcdc;display:flex;align-items:center;justify-content:center;color:#9bb0b0;font-size:12px;background:#fff}

/* value props / cards */
.vp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.vp-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;transition:.2s}
.vp-card:hover{box-shadow:0 18px 40px -24px rgba(15,76,92,.4);transform:translateY(-3px)}
.vp-ic{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,var(--teal),var(--green));display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.vp-ic svg{width:26px;height:26px;stroke:#fff}
.vp-card h3{font-size:20px;color:var(--teal);margin-bottom:8px}
.vp-card p{color:var(--muted);font-size:15px}
/* value-prop cards that link out (the home "three pillars" teaser → Features) */
.vp-card.link{display:block}
.vp-card .arrow{color:var(--green);font-weight:700;font-size:14px;margin-top:16px;display:inline-block}

/* section heads */
.section-head{text-align:center;max-width:700px;margin:0 auto 12px}
.section-head h2{font-size:36px;color:var(--ink)}
.section-head p{color:var(--muted);font-size:17px;margin-top:14px}

/* features grid */
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.feat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;transition:.2s}
.feat:hover{border-color:var(--green);box-shadow:0 14px 30px -20px rgba(42,157,143,.5)}
.feat .fic{width:42px;height:42px;border-radius:11px;background:var(--soft);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.feat .fic svg{width:22px;height:22px;stroke:var(--green)}
.feat h3{font-size:15px;color:var(--teal);margin-bottom:6px}
.feat p{font-size:13.5px;color:var(--muted)}

/* alternating feature rows (features page) */
.frow{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:46px 0;border-bottom:1px solid var(--line)}
.frow:last-child{border-bottom:none}
.frow.flip .ftxt{order:2}
.frow h2{font-size:28px;color:var(--teal)}
.frow p{color:var(--muted);font-size:16px;margin-top:14px}
.frow .mini{margin-top:18px;display:flex;flex-direction:column;gap:10px}
.mini .row{display:flex;gap:10px;align-items:flex-start;font-size:15px}
.mini .c{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:rgba(42,157,143,.15);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}

/* split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.split h2{font-size:32px;color:var(--teal)}
.split p{color:var(--muted);font-size:16px;margin-top:16px}
.checks{margin-top:22px;display:flex;flex-direction:column;gap:12px}
.check{display:flex;gap:10px;align-items:flex-start;font-size:15px}
.check .c{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:rgba(42,157,143,.15);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.step{text-align:center;padding:10px}
.step .num{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--green));color:#fff;font-family:'Poppins';font-weight:700;font-size:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.step h3{font-size:19px;color:var(--teal);margin-bottom:8px}
.step p{color:var(--muted);font-size:15px}

/* "who it's for" cards */
.aud-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}
.aud{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;transition:.2s}
.aud:hover{box-shadow:0 18px 40px -24px rgba(15,76,92,.4);transform:translateY(-3px);border-color:var(--green)}
.aud .emoji{font-size:30px}
.aud h3{font-size:16px;color:var(--teal);margin:12px 0 6px}
.aud p{color:var(--muted);font-size:14.5px}
.aud .arrow{color:var(--green);font-weight:700;font-size:14px;margin-top:14px;display:inline-block}

/* difference band */
.band{background:linear-gradient(135deg,var(--teal) 0%,var(--teal2) 55%,var(--green) 100%);color:#fff}
.band .section-head h2{color:#fff}
.diff-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:44px}
.diff{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:22px;text-align:center}
.diff .d-ic{font-size:26px;margin-bottom:10px}
.diff h3{font-size:16px;margin-bottom:6px}
.diff p{font-size:13px;opacity:.9}

/* testimonial */
.quote{max-width:820px;margin:0 auto;text-align:center}
.quote p{font-family:'Poppins';font-weight:600;font-size:25px;color:var(--teal);line-height:1.4}
.quote .who{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:26px}
.avatar{width:54px;height:54px;border-radius:50%;border:2px dashed #bcd2d2;background:#eef6f5;display:flex;align-items:center;justify-content:center;color:#6f8a8a;font-size:10px;text-align:center}

/* pricing */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;align-items:stretch}
/* one-plan pricing (Core §8 — no tiers) */
.price-solo{max-width:760px;margin:48px auto 0}
.price-solo .tier{padding:38px 40px}
.price-solo .price-slot{justify-content:center;text-align:center}
.price-solo h3,.price-solo .tier-for,.price-solo .tier-min,.price-solo .tier-seats{text-align:center}
.price-solo .amt{font-size:52px}
.solo-feats{columns:2;column-gap:34px;margin-top:22px}
.solo-feats li{break-inside:avoid;-webkit-column-break-inside:avoid}
@media(max-width:640px){.price-solo .tier{padding:30px 22px}.solo-feats{columns:1}.price-solo .amt{font-size:44px}}
.tier{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px 28px;display:flex;flex-direction:column;transition:.2s}
.tier:hover{box-shadow:0 20px 46px -28px rgba(15,76,92,.4);transform:translateY(-3px)}
.tier.popular{border:2px solid var(--green);box-shadow:0 26px 56px -34px rgba(42,157,143,.7);position:relative}
.pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--green);color:#fff;font-size:12px;font-weight:700;padding:5px 14px;border-radius:999px;letter-spacing:.04em}
.tier h3{font-size:22px;color:var(--teal)}
.tier-for{color:var(--muted);font-size:14px;margin:6px 0 18px;min-height:40px}
.price-slot{display:flex;align-items:baseline;gap:8px;padding:14px 0 18px;border-top:1px dashed var(--line);border-bottom:1px dashed var(--line);margin-bottom:6px;flex-wrap:wrap}
.price-slot .amt{font-family:'Poppins';font-weight:800;font-size:42px;color:var(--teal)}
.price-slot .per{color:var(--muted);font-size:14px;font-weight:600}
.tier-min{font-size:12.5px;color:var(--muted);font-weight:600;margin:0 0 6px}
.tier-seats{font-size:12.5px;color:var(--teal2);font-weight:600;margin:0 0 18px}
.tier-feats{list-style:none;margin:0 0 24px;padding:0;flex:1}
.tier-feats li{font-size:14.5px;color:#33454d;padding:7px 0 7px 26px;position:relative}
.tier-feats li:before{content:"\2713";position:absolute;left:0;color:var(--green);font-weight:800}
.tier .btn{width:100%;justify-content:center}
.tier.popular .btn{background:var(--teal);color:#fff;border-color:var(--teal)}
.ent-band{margin-top:28px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ent-band h3{font-size:21px;color:var(--teal)}
.ent-band p{color:var(--muted);font-size:15px;margin-top:5px;max-width:580px}
.ent-band .btn{flex:0 0 auto}
.price-foot{text-align:center;color:var(--muted);font-size:14px;margin-top:28px}
.price-foot a{color:var(--green);font-weight:600}

/* faq */
.faq-list{max-width:840px;margin:36px auto 0}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;text-align:left;background:none;border:none;padding:22px 0;font-family:'Poppins';font-weight:600;font-size:18px;color:var(--teal);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q .plus{font-size:24px;color:var(--green);transition:.2s;flex:0 0 auto}
.faq-item.open .plus{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--muted);font-size:15.5px}
.faq-a div{padding:0 0 22px}

/* security / trust strip */
.secure{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0}
.secure .row4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.secure .it{display:flex;gap:13px;align-items:flex-start}
.secure .it .si{flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}
.secure .it .si svg{width:21px;height:21px;stroke:var(--green);fill:none;stroke-width:1.8}
.secure .it h4{font-size:15px;color:var(--teal);font-family:'Poppins'}
.secure .it p{font-size:13px;color:var(--muted);margin-top:2px}

/* add-on cards (pricing) */
.addon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:16px}
.addon{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;display:flex;flex-direction:column;overflow:hidden}
.addon .ashot{margin:-30px -30px 20px;border-bottom:1px solid var(--line);background:var(--soft)}
.addon .ashot img{display:block;width:100%;height:168px;object-fit:cover;object-position:left top}
.addon .tag{align-self:flex-start;background:rgba(42,157,143,.12);color:var(--green);font-weight:700;font-size:12px;letter-spacing:.05em;text-transform:uppercase;padding:4px 12px;border-radius:999px;margin-bottom:12px}
.addon h3{font-size:21px;color:var(--teal)}
.addon .ap{font-family:'Poppins';font-weight:800;color:var(--teal);font-size:17px;margin:8px 0 10px}
.addon p{color:var(--muted);font-size:14.5px}
@media(max-width:760px){.addon-grid,.secure .row4{grid-template-columns:1fr}}
@media(max-width:900px){.secure .row4{grid-template-columns:1fr 1fr}}

/* prose */
.prose p{color:var(--muted);font-size:16px;margin:14px 0}
.prose h2{font-size:28px;color:var(--teal);margin-top:34px}
.prose h3{font-size:20px;color:var(--teal2);margin-top:24px}
.prose ul{margin:14px 0 14px 20px;color:var(--muted)}
.prose li{margin:8px 0}

/* legal / instruction pages (terms, privacy, delete-account) — the page gets
   the full-bleed .page-hero band + nav/footer, but the long body stays in a
   readable ~820px column instead of stretching to the wide 1240px content. */
.legal .container{max-width:820px}

/* pricing teaser heading (home) */
.teaser-h2{font-size:34px;color:var(--teal)}

/* final cta — full-bleed teal band */
.final{background:linear-gradient(120deg,var(--teal) 0%,#0e3a44 100%);text-align:center}
.final h2{font-size:38px;color:#fff}
.final p{color:#bfe0db;font-size:18px;margin:16px 0 28px}
/* any CTA button inside the teal band renders as a light button — so pages that
   still use btn-primary here don't paint a teal button on the teal band. */
.final .btn{background:#fff;color:var(--teal);border-color:#fff}
.final .btn:hover{transform:translateY(-1px)}

/* footer */
footer{background:var(--teal);color:#cfe3e3;padding:60px 0 28px}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}
.foot-wordmark{font-family:'Poppins';font-weight:800;font-size:27px;letter-spacing:.3px;color:#fff;line-height:1}
.foot-brand p{margin-top:16px;font-size:14px;max-width:320px;color:#a9cccc;line-height:1.6}
.foot-col h4{color:#fff;font-size:14px;margin-bottom:14px;letter-spacing:.04em}
.foot-col a{display:block;font-size:14px;margin-bottom:10px;color:#bcdada}
.foot-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#9fc4c4}

/* audience cards: 4-up is cramped on tablets — go 2-up below the full container width */
@media(max-width:1100px){
  .aud-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .hero-grid,.split,.foot-grid,.frow,.frow.flip .ftxt{grid-template-columns:1fr;order:0}
  .vp-grid,.feat-grid,.steps,.diff-grid,.aud-grid,.price-grid{grid-template-columns:1fr 1fr}
  /* a 2-col grid with an ODD card count would leave an orphan card next to a
     hole — let the last card span the full row instead */
  .vp-grid>:last-child:nth-child(odd),.feat-grid>:last-child:nth-child(odd),
  .steps>:last-child:nth-child(odd),.diff-grid>:last-child:nth-child(odd),
  .aud-grid>:last-child:nth-child(odd),.price-grid>:last-child:nth-child(odd){grid-column:1/-1}
  .hero h1{font-size:38px}.page-hero h1{font-size:32px}.section-head h2{font-size:28px}

  /* tighter vertical rhythm on phones */
  section{padding:54px 0}
  .hero{padding:54px 0 44px}
  .page-hero{padding:48px 0 44px}
  footer{padding:44px 0 24px}
  .foot-brand .logo{display:none}   /* logo already lives in the header — hide the footer copy on mobile */

  /* centered & consistent layout on phones — hero, section headers and cards center;
     checklists and long paragraphs stay left-aligned for readability */
  .hero h1,.hero .sub,.page-hero{text-align:center}
  .hero-cta,.hero-note,.badges{justify-content:center}
  .vp-card,.feat,.aud{text-align:center}
  .vp-ic,.feat .fic{margin-inline:auto}
  .frow h2,.split h2{text-align:center}
}
@media(max-width:560px){
  .vp-grid,.feat-grid,.steps,.diff-grid,.aud-grid,.price-grid{grid-template-columns:1fr}
  .hero h1{font-size:32px}
  section{padding:46px 0}
  /* trim headings on phones so two-word phrases stay together without overflow */
  .page-hero h1{font-size:27px}
  .section-head h2,.final h2,.teaser-h2{font-size:24px}
  .split h2{font-size:23px}
  .frow h2{font-size:20px}
}
