*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--white:#fff;--off:#f7f6f2;--gold:#c8a96e;--gold-lt:#e8d5b0;--g100:#f0eeea;--g200:#dddbd5;--g400:#9e9c97;--g700:#4a4845;--navy:#0e1c3a;--navy-lt:#e8ecf5;--teal:#0a6b5e;--teal-lt:#e6f4f2}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes notif{0%{opacity:0;transform:translateY(-8px)}15%,85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.breadcrumb{background:var(--off);border-bottom:1px solid var(--g200);color:var(--g400);align-items:center;gap:.5rem;padding:12px 5%;font-size:.78rem;display:flex}.breadcrumb a{color:var(--g700);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--gold)}.breadcrumb-sep{color:var(--g200)}.hero{background:var(--navy);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:88vh;padding:80px 5%;display:grid;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(55% 65% at 80%,#c8a96e24 0%,#0000 60%),radial-gradient(40% 50% at 50% 110%,#0a6b5e2e 0%,#0000 60%),radial-gradient(30% 35% at 10% 20%,#c8a96e0d 0%,#0000 50%);position:absolute;inset:0}.hero-grid{pointer-events:none;opacity:.04;background-image:linear-gradient(var(--white) 1px,transparent 1px),linear-gradient(90deg,var(--white) 1px,transparent 1px);background-size:60px 60px;position:absolute;inset:0}.hero-left{z-index:1;position:relative}.hero-breadcrumb{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.78rem;display:flex}.hero-breadcrumb a{color:#ffffffb8;text-decoration:none;transition:color .2s}.hero-breadcrumb a:hover{color:var(--gold)}.hero-breadcrumb .breadcrumb-sep{color:#ffffff3d}.hero-breadcrumb [aria-current=page]{color:var(--gold)}.hero-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:600;animation:.8s both fadeIn;display:inline-flex}.hero-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero h1{font-family:var(--serif);letter-spacing:-.04em;color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:700;line-height:1.08;animation:.9s .1s both fadeUp}.hero h1 em{color:var(--gold);font-style:italic;font-weight:400}.hero-sub{color:#ffffff8c;max-width:480px;margin-bottom:2.25rem;font-size:1rem;line-height:1.85;animation:.9s .2s both fadeUp}.hero-btns{flex-wrap:wrap;gap:1rem;animation:.9s .3s both fadeUp;display:flex}.btn-gold{background:var(--gold);color:var(--black);letter-spacing:.02em;border-radius:4px;align-items:center;gap:.4rem;padding:.9rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.btn-gold:hover{opacity:.88}.btn-ghost{color:var(--white);border:1px solid #fff3;border-radius:4px;align-items:center;gap:.4rem;padding:.9rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--gold);background:#c8a96e14}.hero-trust{flex-wrap:wrap;gap:1.25rem;margin-top:2.25rem;animation:.9s .4s both fadeUp;display:flex}.hero-trust-item{color:#ffffff73;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.hero-trust-ico{width:16px;height:16px;color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero-trust-ico svg{stroke-width:2px;width:16px;height:16px}.hero-right{z-index:1;justify-content:center;align-items:center;animation:.9s .5s both fadeUp;display:flex;position:relative}.site-mock-wrap{width:100%;max-width:460px;position:relative}.float-notif{background:var(--white);z-index:5;white-space:nowrap;border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .85rem;animation:4.5s ease-in-out 1s infinite notif;display:flex;position:absolute;top:-16px;right:-10px;box-shadow:0 8px 30px #0003}.float-notif-ico{background:var(--teal-lt);width:24px;height:24px;color:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.float-notif-ico svg{stroke-width:2px;width:13px;height:13px}.float-notif-text{color:var(--black);font-size:.65rem;font-weight:600;line-height:1.3}.float-notif-sub{color:var(--g400);font-size:.55rem}.float-badge2{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);letter-spacing:.06em;white-space:nowrap;z-index:5;background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;padding:.35rem .8rem;font-size:.62rem;font-weight:600;animation:3.5s ease-in-out .6s infinite floatY;position:absolute;bottom:-16px;left:-10px}.site-mock{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff0f}.mock-bar{border-bottom:1px solid var(--g200);background:#f1f3f4;align-items:center;gap:.5rem;padding:.55rem .85rem;display:flex}.mock-dot{border-radius:50%;width:8px;height:8px}.mock-url{background:var(--white);border:1px solid var(--g200);border-radius:4px;flex:1;align-items:center;gap:.4rem;height:22px;margin-left:.4rem;padding:0 .65rem;display:flex}.mock-url-lock{width:10px;height:10px;color:var(--g400);justify-content:center;align-items:center;display:inline-flex}.mock-url-lock svg{stroke-width:2px;width:10px;height:10px}.mock-url-text{color:var(--g700);font-size:.62rem;font-family:var(--mono)}.mock-site{background:var(--white)}.mock-site-nav{background:var(--navy);justify-content:space-between;align-items:center;padding:.55rem 1rem;display:flex}.msn-logo{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:.75rem;font-weight:700}.msn-logo span{color:var(--gold)}.msn-links{gap:.6rem;display:flex}.msn-link{color:#ffffff80;font-size:.48rem;font-weight:500}.msn-cta{background:var(--gold);color:var(--black);border-radius:2px;padding:.18rem .5rem;font-size:.48rem;font-weight:700}.mock-site-hero{background:linear-gradient(135deg,var(--navy) 0%,#162952 100%);padding:1.25rem 1rem;position:relative;overflow:hidden}.mock-site-hero:after{content:"";background:radial-gradient(60% 80% at 90%,#c8a96e1f 0%,#0000 60%);position:absolute;inset:0}.msh-label{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);z-index:1;margin-bottom:.25rem;font-size:.45rem;font-weight:700;position:relative}.msh-h1{font-family:var(--serif);color:var(--white);letter-spacing:-.025em;z-index:1;margin-bottom:.35rem;font-size:.95rem;font-weight:700;line-height:1.25;position:relative}.msh-h1 span{color:var(--gold);font-style:italic}.msh-sub{color:#ffffff73;z-index:1;max-width:210px;margin-bottom:.6rem;font-size:.5rem;line-height:1.6;position:relative}.msh-btns{z-index:1;gap:.35rem;display:flex;position:relative}.msh-btn-p{background:var(--gold);color:var(--black);border-radius:2px;padding:.22rem .55rem;font-size:.48rem;font-weight:700}.msh-btn-s{color:#fff9;border:1px solid #fff3;border-radius:2px;padding:.22rem .55rem;font-size:.48rem}.mock-site-services{background:var(--off);padding:.85rem 1rem}.mss-label{letter-spacing:.12em;text-transform:uppercase;color:var(--g400);text-align:center;margin-bottom:.5rem;font-size:.44rem;font-weight:700}.mss-grid{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.mss-card{background:var(--white);border:1px solid var(--g200);text-align:center;border-radius:4px;padding:.55rem .5rem}.mss-ico{width:18px;height:18px;color:var(--navy);justify-content:center;align-items:center;margin:0 auto .15rem;display:flex}.mss-ico svg{stroke-width:1.8px;width:18px;height:18px}.mss-name{color:var(--black);font-size:.5rem;font-weight:600;line-height:1.3}.mock-site-trust{border-top:1px solid var(--g200);justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.mst-item{text-align:center}.mst-num{font-family:var(--serif);color:var(--navy);font-size:.72rem;font-weight:700}.mst-num span{color:var(--gold)}.rating-star{vertical-align:middle;width:10px;height:10px;color:var(--gold);display:inline-flex}.rating-star svg{fill:currentColor;stroke:none;width:10px;height:10px}.mst-lbl{color:var(--g400);text-transform:uppercase;letter-spacing:.07em;font-size:.44rem}.ticker{background:var(--gold);border-top:1px solid #00000014;border-bottom:1px solid #00000014;padding:.65rem 0;overflow:hidden}.ticker-track{gap:0;width:max-content;animation:30s linear infinite ticker;display:flex}.ticker-track:hover{animation-play-state:paused}.ticker-item{color:var(--black);white-space:nowrap;border-right:1px solid #00000014;align-items:center;gap:.4rem;padding:0 2rem;font-size:.72rem;font-weight:600;display:inline-flex}.ticker-item-dot{background:#00000059;border-radius:50%;width:4px;height:4px}section{padding:88px 5%}.s-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:block}.s-head{font-family:var(--serif);letter-spacing:-.035em;margin-bottom:.75rem;font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:700;line-height:1.12}.s-head em{color:var(--gold);font-style:italic}.two-col-intro{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:3.5rem;display:grid}.two-col-intro p{color:var(--g700);font-size:.9rem;line-height:1.88}.problem-section{background:var(--off)}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.prob-card{background:var(--white);border:1px solid var(--g200);border-radius:10px;padding:1.75rem;position:relative;overflow:hidden}.prob-card:before{content:"";background:var(--g200);height:3px;position:absolute;top:0;left:0;right:0}.prob-card.pain:before{background:#d32f2f}.prob-ico{width:28px;height:28px;color:var(--gold);justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.prob-ico svg{stroke-width:1.8px;width:28px;height:28px}.prob-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--black);margin-bottom:.5rem;font-size:1rem;font-weight:700}.prob-desc{color:var(--g700);font-size:.875rem;line-height:1.75}.prob-solution{background:var(--teal-lt);color:var(--teal);border:1px solid #0a6b5e1f;border-radius:5px;margin-top:1rem;padding:.75rem;font-size:.78rem;line-height:1.6}.prob-solution strong{text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem;font-size:.7rem;font-weight:700;display:block}.build-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.build-copy p{color:var(--g700);margin-bottom:1rem;font-size:.95rem;line-height:1.88}.bullets{flex-direction:column;gap:.6rem;margin:1.25rem 0;list-style:none;display:flex}.bullets li{color:var(--g700);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.65;display:flex}.bullets li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.55rem}.build-cta{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.build-cta:hover{color:var(--black)}.pages-visual{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.page-card{border:1px solid var(--g200);background:var(--white);border-radius:8px;transition:box-shadow .3s,transform .3s;overflow:hidden}.page-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.page-card-head{background:var(--navy);justify-content:space-between;align-items:center;padding:.55rem .75rem;display:flex}.pch-name{color:var(--white);font-size:.6rem;font-weight:600}.pch-badge{letter-spacing:.07em;text-transform:uppercase;border-radius:2px;padding:.15rem .4rem;font-size:.48rem;font-weight:700}.pch-badge.key{color:var(--gold);background:#c8a96e33}.pch-badge.std{color:#ffffff80;background:#ffffff1a}.page-card-body{flex-direction:column;gap:.3rem;padding:.65rem .75rem;display:flex}.pcb-line{background:var(--g100);border-radius:2px;height:4px}.pcb-line.dark{background:var(--g200)}.pcb-line.accent{background:#c8a96e4d;width:60%}.pcb-line.sm{width:75%}.services-section{background:var(--off)}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.svc-card{background:var(--white);border:1px solid var(--g200);border-radius:10px;flex-direction:column;gap:.75rem;padding:1.75rem;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.svc-card:hover{border-color:var(--gold-lt);transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.svc-card:before{content:"";background:var(--gold);transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.svc-card:hover:before{transform:scaleX(1)}.svc-ico{background:var(--navy);width:48px;height:48px;color:var(--gold);border-radius:8px;justify-content:center;align-items:center;display:flex}.svc-ico svg{stroke-width:1.8px;width:24px;height:24px}.svc-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);font-size:1.05rem;font-weight:700;line-height:1.3}.svc-desc{color:var(--g700);flex:1;font-size:.875rem;line-height:1.78}.svc-tags{flex-wrap:wrap;gap:.35rem;margin-top:.2rem;display:flex}.svc-tag{color:var(--g700);background:var(--g100);border:1px solid var(--g200);border-radius:3px;padding:.18rem .5rem;font-size:.62rem;font-weight:500}.seo-section{background:var(--navy);padding:88px 5%}.seo-header{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.seo-copy p{color:#ffffff8c;margin-bottom:1rem;font-size:.95rem;line-height:1.88}.seo-copy .bullets li{color:#ffffff8c}.seo-copy .bullets li:before{background:var(--gold)}.seo-cta{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.seo-cta:hover{color:var(--white)}.kw-panel{background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;overflow:hidden}.kw-panel-head{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;background:#ffffff0a;border-bottom:1px solid #ffffff12;padding:.85rem 1.25rem;font-size:.6rem;font-weight:600}.kw-panel-body{padding:1rem}.kw-row{border-bottom:1px solid #ffffff0a;grid-template-columns:1fr auto auto;align-items:center;gap:.85rem;padding:.6rem .5rem;display:grid}.kw-row:last-child{border-bottom:none}.kw-term{color:#ffffffbf;font-size:.78rem;font-weight:500}.kw-vol{font-size:.65rem;font-family:var(--mono);color:#ffffff4d}.kw-pos{border-radius:3px;padding:.18rem .5rem;font-size:.65rem;font-weight:700}.kw-pos.top3{color:#4ade80;background:#4ade801a;border:1px solid #4ade8026}.kw-pos.top10{color:var(--gold);background:#c8a96e1a;border:1px solid #c8a96e26}.kw-pos.p2{color:#fb923c;background:#fb923c1a;border:1px solid #fb923c26}.kw-pos.nr{color:#ffffff4d;background:#ffffff0a;border:1px solid #ffffff12}.kw-arrow{margin-left:.2rem;font-size:.7rem}.trust-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.trust-card{border:1px solid var(--g200);text-align:center;border-radius:10px;padding:1.75rem;transition:border-color .3s,box-shadow .3s}.trust-card:hover{border-color:var(--gold-lt);box-shadow:0 8px 30px #00000012}.trust-ico{width:32px;height:32px;color:var(--gold);justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.trust-ico svg{stroke-width:1.8px;width:32px;height:32px}.trust-num{font-family:var(--serif);color:var(--black);letter-spacing:-.04em;margin-bottom:.3rem;font-size:2.2rem;font-weight:700;line-height:1}.trust-num span{color:var(--gold)}.trust-label{color:var(--g700);font-size:.78rem;font-weight:500;line-height:1.5}.process-section{background:var(--off)}.process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.proc-card{background:var(--white);border:1px solid var(--g200);border-radius:10px;flex-direction:column;gap:.8rem;padding:1.75rem;display:flex}.proc-num{font-family:var(--mono);color:var(--gold);letter-spacing:.1em;font-size:.72rem;font-weight:500}.proc-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);font-size:1.05rem;font-weight:700}.proc-desc{color:var(--g700);font-size:.875rem;line-height:1.8}.proc-tags{flex-wrap:wrap;gap:.4rem;display:flex}.proc-tag{color:var(--gold);letter-spacing:.04em;background:#c8a96e12;border:1px solid #c8a96e26;border-radius:3px;padding:.2rem .55rem;font-size:.62rem;font-weight:500}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.price-card{border:1px solid var(--g200);background:var(--white);border-radius:10px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.price-card:hover{transform:translateY(-4px);box-shadow:0 16px 50px #0000001a}.price-card.featured{border-color:var(--gold);background:var(--navy);box-shadow:0 0 0 1px #c8a96e2e}.price-head{padding:1.75rem 1.75rem 1.5rem}.price-card.featured .price-head{background:var(--navy)}.price-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:#c8a96e1a;border-radius:3px;margin-bottom:.75rem;padding:.22rem .6rem;font-size:.58rem;font-weight:700;display:inline-block}.price-card.featured .price-badge{background:var(--gold);color:var(--black)}.price-name{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);margin-bottom:.35rem;font-size:1.2rem;font-weight:700}.price-card.featured .price-name{color:var(--white)}.price-tagline{color:var(--g700);font-size:.82rem;line-height:1.65}.price-card.featured .price-tagline{color:#fff6}.price-amount{font-family:var(--serif);letter-spacing:-.04em;color:var(--black);margin-top:.9rem;font-size:2rem;font-weight:700;line-height:1}.price-card.featured .price-amount{color:var(--white)}.price-amount sub{font-family:var(--sans);vertical-align:baseline;color:var(--g400);font-size:.72rem;font-weight:400}.price-body{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1.75rem;display:flex}.price-card.featured .price-body{background:var(--navy)}.price-feat{color:var(--g700);align-items:flex-start;gap:.65rem;font-size:.862rem;line-height:1.55;display:flex}.price-feat:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8a96e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 14px;flex-shrink:0;width:14px;height:14px;margin-top:.18rem}.price-feat.no:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dddbd5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}.price-feat.no{color:var(--g200)}.price-foot{padding:.25rem 1.75rem 1.75rem}.price-card.featured .price-foot{background:var(--navy)}.price-btn{text-align:center;border-radius:4px;width:100%;padding:.8rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.price-btn.outline{border:1px solid var(--g200);color:var(--black)}.price-btn.outline:hover{border-color:var(--navy);background:var(--navy);color:var(--white)}.price-btn.gold{background:var(--gold);color:var(--black)}.price-btn.gold:hover{opacity:.85}.price-btn.solid{background:var(--navy);color:var(--white)}.price-btn.solid:hover{opacity:.85}.portfolio-section{background:var(--off)}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.port-card{border:1px solid var(--g200);background:var(--white);border-radius:10px;transition:box-shadow .3s,transform .3s;overflow:hidden}.port-card:hover{border-color:var(--gold-lt);transform:translateY(-4px);box-shadow:0 16px 50px #0000001a}.port-thumb{aspect-ratio:16/10;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.port-thumb-inner{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .5s;display:flex}.port-card:hover .port-thumb-inner{transform:scale(1.04)}.port-overlay{background:#0d0d0d00;justify-content:space-between;align-items:flex-start;padding:.75rem;transition:background .3s;display:flex;position:absolute;inset:0}.port-card:hover .port-overlay{background:#0d0d0d4d}.port-badge{background:var(--gold);color:var(--black);letter-spacing:.08em;text-transform:uppercase;opacity:0;border-radius:3px;padding:.22rem .55rem;font-size:.6rem;font-weight:700;transition:all .3s;transform:translateY(-5px)}.port-card:hover .port-badge{opacity:1;transform:translateY(0)}.port-body{padding:1.25rem 1.4rem 1.5rem}.port-type{letter-spacing:.1em;text-transform:uppercase;color:var(--g400);margin-bottom:.3rem;font-size:.62rem;font-weight:700}.port-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--black);margin-bottom:.3rem;font-size:1rem;font-weight:700}.port-desc{color:var(--g700);font-size:.8rem;line-height:1.65}.test-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.test-card{background:var(--white);border:1px solid var(--g200);border-radius:8px;flex-direction:column;gap:1rem;padding:1.75rem;transition:box-shadow .3s;display:flex}.test-card:hover{box-shadow:0 8px 30px #00000012}.test-stars{color:var(--gold);gap:.22rem;display:flex}.test-stars svg{fill:currentColor;stroke:none;width:14px;height:14px}.test-quote{font-family:var(--serif);color:var(--black);flex:1;font-size:.975rem;font-style:italic;line-height:1.72}.test-author{border-top:1px solid var(--g100);align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.test-avatar{background:var(--navy);width:40px;height:40px;font-family:var(--serif);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.test-name{color:var(--black);font-size:.875rem;font-weight:600}.test-role{color:var(--g400);font-size:.75rem}.compare-section{background:var(--off)}.compare-table{border-collapse:separate;border-spacing:0;border:1px solid var(--g200);border-radius:10px;width:100%;margin-top:2.5rem;overflow:hidden}.compare-table th{background:var(--white);letter-spacing:.1em;text-transform:uppercase;color:var(--g400);border-bottom:1px solid var(--g200);text-align:left;padding:1rem 1.25rem;font-size:.72rem;font-weight:700}.compare-table th.hl{background:var(--navy);color:var(--gold)}.compare-table td{color:var(--g700);border-bottom:1px solid var(--g100);padding:.85rem 1.25rem;font-size:.875rem}.compare-table tr:last-child td{border-bottom:none}.compare-table td.feature{color:var(--black);font-weight:600}.compare-table td.hl{color:var(--black);background:#0e1c3a08;font-weight:500}.yes{color:#166534;font-weight:700}.no{color:#d32f2f}.maybe{color:#e37400}.compare-status{align-items:center;gap:.45rem;display:inline-flex}.compare-status svg{stroke-width:2px;flex-shrink:0;width:14px;height:14px}.compare-status.yes svg{color:#166534}.compare-status.no svg{color:#d32f2f}.compare-status.maybe svg{color:#e37400}.faq-layout{grid-template-columns:300px 1fr;align-items:start;gap:5rem;margin-top:3rem;display:grid}.faq-sidebar h3{font-family:var(--serif);letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.faq-sidebar p{color:var(--g700);margin-bottom:1.5rem;font-size:.875rem;line-height:1.8}.faq-clink{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.faq-clink:hover{color:var(--black)}.faq-list{border:1px solid var(--g200);background:var(--white);border-radius:8px;overflow:hidden}.faq-item{border-bottom:1px solid var(--g200)}.faq-item:last-child{border-bottom:none}.faq-q{text-align:left;cursor:pointer;width:100%;font-family:var(--sans);color:var(--black);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.faq-q:hover,.faq-q[aria-expanded=true]{background:var(--off)}.faq-icon{border:1.5px solid var(--g200);width:22px;height:22px;color:var(--g400);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;transition:all .3s;display:flex}.faq-icon svg{stroke-width:2px;width:12px;height:12px}.faq-q[aria-expanded=true] .faq-icon{border-color:var(--gold);background:var(--gold);color:var(--black);transform:rotate(45deg)}.faq-a{color:var(--g700);padding:0 1.5rem 1.35rem;font-size:.9rem;line-height:1.85;display:none}.faq-a.open{display:block}.content-section{background:var(--off)}.content-layout{grid-template-columns:1fr 280px;align-items:start;gap:5rem;display:grid}.content-body{color:var(--g700);font-size:.95rem;line-height:1.9}.content-body h2{font-family:var(--serif);letter-spacing:-.03em;color:var(--black);margin:2rem 0 .75rem;font-size:1.5rem;font-weight:700}.content-body h2:first-child{margin-top:0}.content-body h3{font-family:var(--serif);letter-spacing:-.025em;color:var(--black);margin:1.5rem 0 .5rem;font-size:1.15rem;font-weight:700}.content-body p{margin-bottom:.9rem}.content-body ul{flex-direction:column;gap:.5rem;margin:1rem 0 1rem 1.25rem;display:flex}.content-body strong{color:var(--black);font-weight:600}.content-sticky{flex-direction:column;gap:1rem;display:flex;position:sticky;top:96px}.content-cta-box{background:var(--navy);text-align:center;border-radius:10px;padding:1.5rem}.content-cta-box h4{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.1rem}.content-cta-box p{color:#fff6;margin-bottom:1rem;font-size:.78rem;line-height:1.6}.btn-gold-sm{background:var(--gold);color:var(--black);text-align:center;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.7rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.btn-gold-sm:hover{opacity:.85}.toc{background:var(--white);border:1px solid var(--g200);border-radius:8px;padding:1.25rem;overflow:hidden}.toc-title{letter-spacing:.14em;text-transform:uppercase;color:var(--g400);margin-bottom:.85rem;font-size:.65rem;font-weight:700}.toc-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.toc-link{color:var(--g700);font-size:.82rem;line-height:1.4;text-decoration:none;transition:color .2s}.toc-link:hover{color:var(--gold)}.cta2-band{background:var(--teal);grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:72px 5%;display:grid}.cta2-left h2{font-family:var(--serif);color:var(--white);letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700}.cta2-left p{color:#ffffff8c;font-size:.95rem}.cta2-right{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-white-solid{background:var(--white);color:var(--teal);white-space:nowrap;border-radius:4px;padding:.9rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s}.btn-white-solid:hover{opacity:.9}.cta-band{background:var(--gold);text-align:center;padding:88px 5%}.cta-band h2{font-family:var(--serif);color:var(--black);letter-spacing:-.03em;margin-bottom:.9rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:700}.cta-band p{color:#0009;max-width:480px;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;font-size:1rem}.btn-dark{background:var(--black);color:var(--white);letter-spacing:.02em;border-radius:4px;padding:.9rem 2.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-dark:hover{opacity:.8}@media (width<=1060px){.hero{grid-template-columns:1fr;min-height:auto;padding:80px 5% 60px}.hero-right{display:none}.two-col-intro,.build-layout,.seo-header,.content-layout,.cta2-band{grid-template-columns:1fr}.content-sticky{position:static}.cta2-right{justify-content:flex-start}}@media (width<=860px){.problem-grid,.services-grid,.portfolio-grid,.trust-grid,.test-grid,.pricing-grid,.process-steps,.faq-layout,.pages-visual{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}nav ul,.compare-table th:nth-child(2),.compare-table td:nth-child(2){display:none}}@media (width<=540px){.footer-grid{grid-template-columns:1fr}}
