/* ===== Digitize DFW — shared styles ===== */
:root{
  --teal:#009AB4; --teal-dark:#007E96; --teal-soft:#E5F4F7;
  --navy:#0C2340; --navy-2:#14315B;
  --ink:#243746; --muted:#5C7080;
  --bg:#FFFFFF; --bg-alt:#F3F8FA; --line:#E1E9EE;
  --shadow:0 10px 30px rgba(12,35,64,.08);
  --shadow-lg:0 20px 50px rgba(12,35,64,.14);
  --radius:12px;
  --ff-head:'Poppins',system-ui,sans-serif;
  --ff-body:'Open Sans',system-ui,sans-serif;
  --container:1180px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--ff-body);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;}
a{color:var(--teal-dark);text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
h1,h2,h3,h4{font-family:var(--ff-head);color:var(--navy);line-height:1.18;font-weight:700;}
.container{max-width:var(--container);margin:0 auto;padding-left:20px;padding-right:20px;}
.section{padding:clamp(3rem,6vw,5rem) 0;}
.bg-alt{background:var(--bg-alt);}
.center{text-align:center;}
.eyebrow{font-family:var(--ff-head);font-weight:700;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:.6rem;}
.sec-head{max-width:720px;margin:0 auto 2.6rem;text-align:center;}
.sec-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);}
.sec-head p{color:var(--muted);margin-top:.7rem;font-size:1.05rem;}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ff-head);font-weight:600;font-size:.96rem;
  padding:.8rem 1.5rem;border-radius:8px;transition:transform .2s,box-shadow .2s,background .2s,color .2s;cursor:pointer;border:2px solid transparent;line-height:1;}
.btn-primary{background:var(--teal);color:#fff;box-shadow:0 8px 20px rgba(0,154,180,.28);}
.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);}
.btn-outline{border-color:var(--teal);color:var(--teal-dark);background:transparent;}
.btn-outline:hover{background:var(--teal);color:#fff;}
.btn-ghost-light{border-color:rgba(255,255,255,.6);color:#fff;background:transparent;}
.btn-ghost-light:hover{background:#fff;color:var(--navy);}
.btn svg{width:17px;height:17px;}

/* utility bar */
.utility{background:var(--navy);color:#cfe0ee;font-size:.85rem;}
.utility .container{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;align-items:center;justify-content:center;padding-top:.5rem;padding-bottom:.5rem;}
.utility a{color:#dbe7f2;display:inline-flex;align-items:center;gap:.4rem;}
.utility a:hover{color:#fff;}
.utility svg{width:14px;height:14px;color:var(--teal);}
@media(max-width:640px){.utility .u-visit{display:none;}}

/* header / nav */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);box-shadow:0 2px 12px rgba(12,35,64,.04);}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:76px;}
.nav-logo img{height:46px;width:auto;}
.nav-menu{display:flex;align-items:center;gap:1.5rem;}
.nav-menu > ul{display:flex;align-items:center;gap:1.5rem;list-style:none;}
.nav-menu a{font-family:var(--ff-head);font-weight:600;font-size:.94rem;color:var(--navy);padding:.4rem 0;}
.nav-menu a:hover,.nav-menu a.active{color:var(--teal-dark);}
.has-drop{position:relative;}
.has-drop > a::after{content:'▾';font-size:.7rem;margin-left:.3rem;color:var(--muted);}
.drop{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-lg);
  padding:.5rem;min-width:230px;opacity:0;visibility:hidden;transition:.2s;list-style:none;}
.has-drop:hover .drop,.has-drop:focus-within .drop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.drop a{display:block;padding:.6rem .8rem;border-radius:6px;font-weight:600;font-size:.9rem;}
.drop a:hover{background:var(--teal-soft);}
.nav-toggle{display:none;background:none;border:0;color:var(--navy);cursor:pointer;}
@media(max-width:960px){
  .nav-menu{position:fixed;inset:110px 0 auto 0;background:#fff;flex-direction:column;align-items:stretch;
    border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);padding:.6rem 20px 1.2rem;gap:0;transform:translateY(-140%);transition:transform .32s;max-height:82vh;overflow:auto;}
  .nav-menu.open{transform:none;}
  .nav-menu > ul{flex-direction:column;align-items:stretch;gap:0;width:100%;}
  .nav-menu > ul > li{border-bottom:1px solid var(--line);}
  .nav-menu a{padding:.9rem .2rem;display:block;}
  .drop{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:0;padding:0 0 .4rem 1rem;min-width:0;}
  .has-drop > a::after{display:none;}
  .nav-cta-li{margin-top:.8rem;border-bottom:0 !important;}
  .nav-cta-li .btn{width:100%;justify-content:center;}
  .nav-toggle{display:block;}
}

/* hero (home) */
.hero{background:linear-gradient(180deg,var(--bg-alt),#fff);overflow:hidden;}
.hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center;padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2.5rem,5vw,4rem);}
.hero h1{font-size:clamp(2rem,4.6vw,3.3rem);font-weight:800;letter-spacing:-.01em;}
.hero h1 span{color:var(--teal-dark);}
.hero-sub{color:var(--muted);font-size:1.12rem;margin:1.1rem 0 1.7rem;max-width:52ch;}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;}
.hero-trust{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;font-size:.9rem;color:var(--muted);font-weight:600;}
.hero-trust span{display:inline-flex;align-items:center;gap:.4rem;}
.hero-trust svg{width:16px;height:16px;color:var(--teal);}
.hero-media{position:relative;}
.hero-media img{width:100%;border-radius:16px;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/3;}
.hero-badge{position:absolute;left:-14px;bottom:22px;background:#fff;border-radius:12px;box-shadow:var(--shadow-lg);padding:.85rem 1.1rem;display:flex;align-items:center;gap:.7rem;max-width:240px;}
.hero-badge .hb-ico{width:38px;height:38px;border-radius:9px;background:var(--teal-soft);display:flex;align-items:center;justify-content:center;color:var(--teal-dark);flex:0 0 auto;}
.hero-badge b{font-family:var(--ff-head);color:var(--navy);font-size:.92rem;display:block;}
.hero-badge small{color:var(--muted);font-size:.78rem;}
@media(max-width:860px){.hero .container{grid-template-columns:1fr;}.hero-media{order:-1;}.hero-badge{display:none;}}

/* interior page hero / banner */
.page-hero{background:linear-gradient(120deg,var(--navy),var(--navy-2));color:#fff;padding:clamp(2.2rem,5vw,3.4rem) 0;}
.page-hero h1{color:#fff;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;}
.page-hero p{color:#c7d6e6;margin-top:.6rem;max-width:64ch;font-size:1.05rem;}
.breadcrumb{font-size:.82rem;color:#9fb6cd;margin-bottom:.7rem;font-family:var(--ff-head);font-weight:600;}
.breadcrumb a{color:#9fb6cd;}.breadcrumb a:hover{color:#fff;}

/* benefit strip */
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;}
@media(max-width:900px){.benefits{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.benefits{grid-template-columns:1fr;}}
.benefit{text-align:center;padding:1rem;}
.benefit .bi{width:56px;height:56px;margin:0 auto 1rem;border-radius:14px;background:var(--teal-soft);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;}
.benefit .bi svg{width:28px;height:28px;}
.benefit h3{font-size:1.1rem;margin-bottom:.3rem;}
.benefit p{color:var(--muted);font-size:.92rem;}

/* cards */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
@media(max-width:860px){.cards{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.cards{grid-template-columns:1fr;}}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column;}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--teal);}
.card .ci{width:52px;height:52px;border-radius:12px;background:var(--teal-soft);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;}
.card .ci svg{width:26px;height:26px;}
.card h3{font-size:1.22rem;margin-bottom:.45rem;}
.card p{color:var(--muted);font-size:.94rem;flex:1;}
.card .more{margin-top:1rem;font-family:var(--ff-head);font-weight:600;font-size:.9rem;color:var(--teal-dark);}
.card .price-tag{display:inline-block;margin-top:.9rem;font-family:var(--ff-head);font-weight:700;color:var(--navy);font-size:.95rem;}

/* split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center;}
.split.rev .split-media{order:2;}
@media(max-width:820px){.split{grid-template-columns:1fr;}.split.rev .split-media{order:0;}}
.split-media img{width:100%;border-radius:16px;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/3;}
.split h2{font-size:clamp(1.6rem,3.2vw,2.3rem);margin-bottom:.4rem;}
.split p{color:var(--muted);margin-bottom:1rem;}
.checklist{list-style:none;display:grid;gap:.6rem;margin:1rem 0 1.5rem;}
.checklist li{display:flex;gap:.6rem;color:var(--ink);}
.checklist svg{flex:0 0 auto;width:20px;height:20px;color:var(--teal);margin-top:.2rem;}

/* prose / article */
.prose{max-width:760px;margin:0 auto;}
.prose p{margin-bottom:1.1rem;color:var(--ink);}
.prose h2{font-size:clamp(1.4rem,2.8vw,1.9rem);margin:2rem 0 .7rem;}
.prose h3{font-size:1.2rem;margin:1.5rem 0 .5rem;}
.prose ul{margin:0 0 1.1rem 1.2rem;}
.prose li{margin-bottom:.4rem;}
.prose img{border-radius:12px;box-shadow:var(--shadow);margin:1.4rem 0;}
.prose .lead{font-size:1.15rem;color:var(--muted);}

/* pricing */
.price-groups{max-width:900px;margin:0 auto;display:grid;gap:1.4rem;}
.price-group{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
.price-group > h3{background:var(--bg-alt);padding:1rem 1.5rem;font-size:1.15rem;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.6rem;}
.price-group > h3 svg{width:22px;height:22px;color:var(--teal);}
.price-line{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--line);}
.price-line:last-child{border-bottom:0;}
.price-line .pl-name{font-family:var(--ff-head);font-weight:600;color:var(--navy);}
.price-line .pl-desc{font-size:.86rem;color:var(--muted);margin-top:.15rem;}
.price-line .pl-amt{font-family:var(--ff-head);font-weight:700;color:var(--teal-dark);white-space:nowrap;font-size:1.05rem;align-self:center;}
.price-note{max-width:900px;margin:1.4rem auto 0;background:var(--teal-soft);border-radius:10px;padding:1rem 1.4rem;font-size:.92rem;color:var(--navy-2);}
.price-note b{color:var(--teal-dark);}

/* pricing teaser (home) */
.price-teaser{background:linear-gradient(120deg,var(--navy),var(--navy-2));color:#fff;border-radius:18px;padding:clamp(1.8rem,4vw,3rem);text-align:center;}
.price-teaser h2{color:#fff;font-size:clamp(1.6rem,3.2vw,2.3rem);}
.price-teaser p{color:#c7d6e6;margin:.6rem auto 1.6rem;max-width:60ch;}
.price-quick{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-bottom:1.8rem;}
.price-quick span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-family:var(--ff-head);font-weight:600;}
.price-quick b{color:var(--teal);}

/* blog cards */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;}
@media(max-width:860px){.posts{grid-template-columns:1fr;max-width:560px;margin:0 auto;}}
.post{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;}
.post:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.post .pimg{aspect-ratio:16/9;background:var(--teal-soft) center/cover;}
.post .pbody{padding:1.3rem;display:flex;flex-direction:column;flex:1;}
.post .pcat{font-family:var(--ff-head);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark);}
.post h3{font-size:1.12rem;margin:.4rem 0 .5rem;}
.post p{color:var(--muted);font-size:.9rem;flex:1;}
.post .more{margin-top:.9rem;font-family:var(--ff-head);font-weight:600;font-size:.88rem;color:var(--teal-dark);}

/* chips */
.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:820px;margin:0 auto;}
.chips span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.4rem .9rem;font-size:.86rem;color:var(--ink);font-weight:600;}

/* faq */
.faq-list{max-width:820px;margin:0 auto;}
details{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:.7rem;padding:0 1.2rem;}
summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.1rem 0;font-family:var(--ff-head);font-weight:600;color:var(--navy);}
summary::-webkit-details-marker{display:none;}
summary .pm{flex:0 0 auto;width:20px;height:20px;position:relative;color:var(--teal);}
summary .pm::before,summary .pm::after{content:'';position:absolute;background:currentColor;border-radius:2px;}
summary .pm::before{top:9px;left:2px;right:2px;height:2px;}
summary .pm::after{left:9px;top:2px;bottom:2px;width:2px;transition:transform .3s;}
details[open] summary .pm::after{transform:scaleY(0);}
details > p, details .faq-body{padding:0 0 1.1rem;color:var(--muted);font-size:.95rem;}

/* form */
.form{max-width:640px;margin:0 auto;display:grid;gap:1rem;}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
@media(max-width:560px){.form .row{grid-template-columns:1fr;}}
.form label{font-family:var(--ff-head);font-weight:600;font-size:.85rem;color:var(--navy);display:block;margin-bottom:.35rem;}
.form input,.form select,.form textarea{width:100%;padding:.75rem .9rem;border:1px solid var(--line);border-radius:8px;font-family:var(--ff-body);font-size:.95rem;color:var(--ink);background:#fff;}
.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--teal);border-color:var(--teal);}
.form textarea{min-height:130px;resize:vertical;}

/* cta band */
.cta-band{background:linear-gradient(120deg,var(--teal),var(--teal-dark));color:#fff;text-align:center;}
.cta-band h2{color:#fff;font-size:clamp(1.7rem,3.4vw,2.5rem);}
.cta-band p{color:rgba(255,255,255,.9);margin:.7rem auto 1.6rem;max-width:56ch;}
.cta-actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;}
.cta-addr{margin-top:1.5rem;font-size:.85rem;color:rgba(255,255,255,.85);}

/* footer */
footer{background:var(--navy);color:#b9c8d8;}
.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem;padding:3.2rem 0 2rem;}
@media(max-width:860px){.foot{grid-template-columns:1fr 1fr;gap:1.8rem;}}
@media(max-width:520px){.foot{grid-template-columns:1fr;}}
.foot img{height:44px;width:auto;background:#fff;padding:.5rem .7rem;border-radius:8px;margin-bottom:1rem;}
.foot p{font-size:.9rem;color:#9fb2c6;}
.foot h4{font-family:var(--ff-head);color:#fff;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;}
.foot ul{list-style:none;}
.foot li{margin-bottom:.5rem;}
.foot a{color:#b9c8d8;font-size:.92rem;}
.foot a:hover{color:var(--teal);}
.foot-contact div{margin-bottom:.7rem;font-size:.9rem;color:#b9c8d8;}
.foot-contact b{color:#fff;font-family:var(--ff-head);}
.foot-base{border-top:1px solid rgba(255,255,255,.12);padding:1.2rem 0;font-size:.82rem;color:#8ea3b8;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:space-between;}
.foot-base a{color:#8ea3b8;}.foot-base a:hover{color:var(--teal);}

/* mobile call bar */
.callbar{position:fixed;left:0;right:0;bottom:0;z-index:45;display:none;gap:.5rem;padding:.55rem;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(12,35,64,.1);}
.callbar .btn{flex:1;justify-content:center;}
@media(max-width:720px){.callbar{display:flex;}body{padding-bottom:66px;}}

/* reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease;}
.reveal.in{opacity:1;transform:none;}
@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none;}}
:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px;}
