.skip-link{position:fixed;top:-100px;left:16px;z-index:9999;background:#f6a321;color:#000;padding:10px 20px;border-radius:6px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 2px 12px rgba(0,0,0,.4);border:2px solid #000;transition:top .15s}.skip-link:focus{top:16px}:focus-visible{outline:#F6A321 solid 3px;outline-offset:3px;border-radius:3px}:focus:not(:focus-visible){outline:0}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Montserrat,sans-serif;color:#333;background-color:#e8eef1;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-block;padding:12px 28px;border-radius:20px;font-family:Montserrat,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:.3s;border:2px solid transparent;text-align:center}.btn-primary{background-color:#0c3f59;color:#fff;border-color:#0c3f59}.btn-primary:hover{background-color:#f6a321;border-color:#f6a321;color:#fff}.btn-outline{background-color:transparent;color:#fff;border-color:#fff}.btn-outline:hover{background-color:#fff;color:#0c3f59}.btn-large{padding:16px 36px;font-size:1.05rem}.btn-login{background-color:#f6a321;color:#fff;border-color:#f6a321;padding:8px 20px;font-size:.85rem;white-space:nowrap}.btn-login:hover{background-color:#e5941a;border-color:#e5941a}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#0c3f59;border-bottom:1px solid rgba(255,255,255,.1);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.15)}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.logo-link{flex-shrink:0}.logo{height:40px;width:auto}.main-nav{display:flex;align-items:center;gap:8px}.nav-list{display:flex;align-items:center;gap:4px}.nav-list>li>a{color:#fff;font-size:.9rem;font-weight:500;padding:8px 14px;border-radius:8px;transition:background-color .2s;display:block;white-space:nowrap}.nav-list>li>a:hover{background-color:rgba(255,255,255,.1)}.has-dropdown{position:relative}.dropdown{position:absolute;top:100%;left:0;background-color:#0c3f59;border-radius:12px;padding:8px 0;min-width:200px;box-shadow:0 8px 24px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.has-dropdown:focus-within .dropdown,.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown li a{display:block;padding:10px 20px;color:#fff;font-size:.85rem;font-weight:400;transition:background-color .2s}.dropdown li a:hover{background-color:rgba(255,255,255,.1)}.nav-list>li>a.nav-current{color:#f6a321}.nav-list>li>a.nav-current::after{content:'';display:block;height:2px;background:#f6a321;border-radius:1px;margin-top:3px}.dropdown li a.nav-current{color:#f6a321;background-color:rgba(255,255,255,.07)}.nav-actions{display:flex;align-items:center;gap:16px;margin-left:20px}.lang-switcher{display:flex;gap:8px}.lang-switcher a{color:rgba(255,255,255,.9);font-size:.8rem;font-weight:600;padding:4px 6px;border-radius:4px;transition:color .2s}.lang-switcher a.lang-active,.lang-switcher a:hover{color:#fff}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px;z-index:110}.hamburger-line{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:.3s}.mobile-menu-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{background:linear-gradient(135deg,#0c3f59 0,#145980 50%,#0c3f59 100%);padding:160px 24px 100px;text-align:center;color:#fff;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(246,163,33,.08) 0,transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(255,255,255,.04) 0,transparent 50%);pointer-events:none}.hero-particles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.hero-particles canvas{position:absolute;top:0;left:0;width:100%;height:100%}.hero-beacon{position:absolute;width:4px;height:4px;border-radius:50%;background:rgba(246,163,33,0);transition:background .4s,box-shadow .4s}.hero-beacon.active{background:rgba(246,163,33,.6);box-shadow:0 0 6px rgba(246,163,33,.3)}.hero-beacon.fading{background:rgba(246,163,33,.15);box-shadow:none;transition:background 1.5s,box-shadow 1.5s}.hero-beacon.gone{background:rgba(246,163,33,0);box-shadow:none;transition:background 1s}.hero-beacon::after{content:'';position:absolute;top:50%;left:50%;width:4px;height:4px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(246,163,33,0);pointer-events:none}.hero-beacon.active::after{animation:2s ease-out forwards signalRing}.hero-beacon.fading::after,.hero-beacon.gone::after{animation:none;border-color:rgba(246,163,33,0)}@keyframes signalRing{0%{width:4px;height:4px;border-color:rgba(246,163,33,.4)}100%{width:50px;height:50px;border-color:rgba(246,163,33,0)}}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-eyebrow{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#f6a321;margin-bottom:16px;opacity:0;animation:.8s .2s forwards fadeInUp}.hero h1{font-size:3.2rem;font-weight:700;line-height:1.15;margin-bottom:16px;opacity:0;animation:.8s .4s forwards fadeInUp;overflow-wrap:break-word;word-break:break-word}.text-rotate{color:#f6a321;display:inline-block;position:relative}.hero-divider{width:60px;height:4px;background-color:#f6a321;margin:20px auto;border-radius:2px;opacity:0;animation:.8s .6s forwards fadeInUp}.hero-description{font-size:1.1rem;font-weight:300;line-height:1.8;margin-bottom:36px;opacity:0;max-width:620px;margin-left:auto;margin-right:auto;animation:.8s .8s forwards fadeInUp}.hero-description strong{font-weight:600;color:#fff}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:.8s 1s forwards fadeInUp}.hero-proof{display:flex;justify-content:center;gap:32px;margin-top:40px;opacity:0;animation:.8s 1.2s forwards fadeInUp}.hero-proof-item{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;opacity:.7;letter-spacing:.3px}.hero-proof-item svg{color:#f6a321;flex-shrink:0}.hero-clients{margin-top:48px;opacity:0;animation:.8s 1.4s forwards fadeInUp}.hero-clients-logos{display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap}.hero-clients-logos img{height:28px;width:auto;filter:brightness(0) invert(1);opacity:.45;transition:opacity .2s}.hero-clients-logos img[alt=DNB]{height:22px}.hero-clients-logos img[alt=Tine]{height:30px}.hero-clients-logos img[alt=Riksrevisjonen]{height:20px}.hero-clients-logos img[alt="SpareBank 1 Nord-Norge"]{height:26px}.hero-clients-logos img[alt=Husbanken]{height:34px}.hero-clients-logos img:hover{opacity:.7}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:translateY(0)}.products-overview{padding:80px 0;background-color:#e8eef1}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{position:relative;background-color:#0c3f59;border-radius:20px;overflow:hidden;padding:40px 28px;text-align:center;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.15);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center;min-height:280px}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.2)}.product-card-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:60%;background-position:bottom -20px right -20px;background-repeat:no-repeat;opacity:.08;transition:opacity .3s}.product-card:hover .product-card-bg{opacity:.15}.product-card-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.product-detail-image{text-align:center;margin-bottom:16px}.product-detail-image img{max-width:200px;height:auto;display:inline-block}.product-logo{margin-bottom:20px}.product-logo-svg{width:260px;height:auto;display:block;margin:0 auto}.product-card-icon{width:80px;height:auto;margin-bottom:20px}.product-card h3{font-size:1.15rem;font-weight:600;line-height:1.4}.product-card .price{margin-top:8px;font-size:.95rem;font-weight:300;opacity:.8}.data-flow-animation{padding:80px 0;background:linear-gradient(135deg,#2d4f5f 0,#0c3f59 100%);color:#fff;position:relative;overflow:hidden}.data-flow-animation .section-title{color:#fff}.data-flow-animation .section-subtitle{color:rgba(255,255,255,.75);text-align:center;font-size:1.05rem;margin-bottom:60px}.data-flow-canvas{position:relative;max-width:800px;margin:0 auto;padding:20px}.flow-svg{width:100%;height:auto}.flow-path{stroke:rgba(255,255,255,0.25);stroke-width:2;stroke-dasharray:8 8;animation:30s linear infinite flowDash}@keyframes flowDash{to{stroke-dashoffset:-500}}.center-circle{fill:#C89241;stroke:#fff;stroke-width:4}.center-text-main{fill:#fff;font-size:22px;font-weight:700;font-family:Montserrat,sans-serif}.center-text-sub{fill:rgba(255,255,255,0.85);font-size:14px;font-weight:400;font-family:Montserrat,sans-serif}.flow-label{opacity:.9}.label-dot{fill:#F6A321;filter:drop-shadow(0 0 4px rgba(246, 163, 33, .6))}.label-text{fill:#fff;font-size:15px;font-weight:500;font-family:Montserrat,sans-serif}.data-particle{opacity:0}@media (max-width:768px){.data-flow-animation{padding:60px 0}.label-text{font-size:13px}.center-text-main{font-size:18px}}.comparison{padding:80px 0;background-color:#fff}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#0c3f59;margin-bottom:48px}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:40px}.comparison-card{background-color:#e8eef1;border-radius:20px;padding:36px;min-height:260px}.comparison-card h3{font-size:1.3rem;font-weight:600;color:#0c3f59;margin-bottom:12px}.card-divider{width:40px;height:4px;background-color:#f6a321;border-radius:2px;margin-bottom:16px}.comparison-card p{font-size:.95rem;line-height:1.7;color:#555}.comparison-datadriven{background:linear-gradient(135deg,#0c3f59,#145980);color:#fff}.comparison-datadriven h3{color:#fff}.comparison-datadriven p{color:rgba(255,255,255,.8)}.comparison-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:14px}.comparison-list li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;color:#555}.comparison-datadriven .comparison-list li{color:rgba(255,255,255,.85)}.list-icon{width:20px;height:20px;flex-shrink:0;margin-top:1px}.list-icon-x{color:#d44}.list-icon-check{color:#f6a321}.card-divider-muted{background-color:#ccc}.comparison-statement{text-align:center;max-width:800px;margin:0 auto}.comparison-statement p{font-size:1.1rem;font-weight:500;color:#0c3f59;line-height:1.7}.features{padding:60px 0;background-color:#0c3f59;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:20px 12px}.feature-icon{width:40px;height:40px;color:#f6a321}.feature-icon svg{width:100%;height:100%}.feature-item span{font-size:.9rem;font-weight:500;opacity:.9}.products-detail{padding:80px 0;background-color:#e8eef1}.section-subtitle{text-align:center;color:#666;font-size:1.05rem;max-width:560px;margin:-8px auto 48px;line-height:1.6}.ways-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.way-card{background:#fff;border-radius:20px;padding:40px 32px 36px;box-shadow:0 4px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;position:relative;transition:transform .3s,box-shadow .3s}.way-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.way-card-featured{border:2px solid #f6a321;box-shadow:0 4px 20px rgba(246,163,33,.12)}.way-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#f6a321;color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:5px 16px;border-radius:20px;white-space:nowrap}.way-number{font-size:2.8rem;font-weight:800;color:rgba(12,63,89,.06);line-height:1;margin-bottom:4px;letter-spacing:-1px}.way-icon{margin-bottom:20px}.way-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#f6a321;margin-bottom:8px}.way-card h3{font-size:1.3rem;font-weight:700;color:#0c3f59;margin-bottom:12px;line-height:1.3}.way-card p{font-size:.92rem;line-height:1.7;color:#555;margin-bottom:20px}.way-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.way-chip{display:inline-flex;align-items:center;gap:5px;font-size:.69rem;font-weight:600;color:#0c3f59;background:rgba(12,63,89,.05);padding:5px 9px;border-radius:20px;white-space:nowrap}.way-chip svg{flex-shrink:0}.way-price{font-size:1.3rem;font-weight:700;color:#f6a321;margin-bottom:20px}.way-card .btn{margin-top:auto;align-self:flex-start}.get-started{padding:80px 0;background-color:#fff}.get-started-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.get-started-content h2{font-size:2rem;font-weight:700;color:#0c3f59;margin-bottom:12px}.get-started-content p{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:16px}.cta-card{background:linear-gradient(135deg,#0c3f59,#145980);border-radius:20px;padding:48px 36px;color:#fff;text-align:center}.cta-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px}.cta-card p{font-size:.95rem;color:rgba(255,255,255,.82);margin-bottom:24px}.cta-card .btn-primary{background-color:#f6a321;border-color:#f6a321}.cta-card .btn-primary:hover{background-color:#e5941a;border-color:#e5941a}.testimonials{padding:80px 0;background-color:#e8eef1}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:960px;margin:0 auto}.testimonial-card-photo{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:12px;display:block;margin-bottom:20px}.testimonial-card blockquote{border-left:3px solid #f6a321;padding-left:16px;margin:0 0 10px}.testimonial-card blockquote p{font-size:.95rem;font-style:italic;line-height:1.7;color:#333;margin:0}.testimonial-card-author{font-style:italic;font-size:.88rem;color:#888;padding-left:16px}.articles{padding:80px 0;background-color:#fff}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}a.article-card{text-decoration:none;color:inherit;display:flex;flex-direction:column}.article-card{background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(12,63,89,.08);transition:transform .35s cubic-bezier(.22,.61,.36,1),box-shadow .35s cubic-bezier(.22,.61,.36,1)}.article-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(12,63,89,.14)}.article-image{padding:40px 30px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:14px;margin:10px}.article-image img{display:none}.article-image--data-points{background:linear-gradient(145deg,#0c3f59 0,#1a6888 100%)}.article-image--marketing-impact{background:linear-gradient(145deg,#0d4b6e 0,#1a7a9a 100%)}.article-image--attention{background:linear-gradient(145deg,#0c3f59 0,#1480b0 100%)}.article-image-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.article-image-title{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:16px}.article-image-divider{display:block;width:50px;height:3px;background:#f6a321;border-radius:2px;margin-bottom:16px}.article-image-subtitle{font-size:.95rem;font-weight:400;color:rgba(255,255,255,.8);line-height:1.5}.article-content{padding:24px 28px 28px;display:flex;flex-direction:column;flex-grow:1}.article-content h3{font-size:1.05rem;font-weight:600;color:#0c3f59;margin-bottom:14px;line-height:1.4}.article-content p{font-size:.925rem;line-height:1.65;color:#5a6a76;margin-bottom:18px;flex-grow:1}.article-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:4px}.article-meta{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#8a9baa;font-weight:400}.article-meta svg{width:15px;height:15px;stroke:#8a9baa;flex-shrink:0}.read-more{font-size:.9rem;font-weight:500;color:#f6a321;transition:color .2s;display:flex;align-items:center;gap:6px}.read-more svg{width:16px;height:16px;transition:transform .2s}.article-card:hover .read-more{color:#0c3f59}.article-card:hover .read-more svg{transform:translateX(3px)}.clients-logos{padding:80px 0;background-color:#fff}.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px 40px;align-items:center;padding:8px 0}.logo-item{height:52px;display:flex;align-items:center;justify-content:center}.logo-item a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:.6;transition:opacity .3s;filter:grayscale(100%)}.logo-item a:hover{opacity:1;filter:grayscale(0%)}.logo-item img{max-width:100%;max-height:100%;object-fit:contain}.segments{padding:80px 0;background:#f4f7f9}.segments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.segment-card{background:#fff;border:1px solid rgba(12,63,89,.09);border-radius:16px;padding:36px 32px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s,transform .2s}.segment-card:hover{box-shadow:0 8px 32px rgba(12,63,89,.12);transform:translateY(-3px)}.segment-icon{width:48px;height:48px;background:rgba(246,163,33,.12);border-radius:12px;display:flex;align-items:center;justify-content:center}.segment-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#f6a321;margin:0}.segment-card h3{font-size:1.15rem;font-weight:700;color:#0c3f59;margin:0;line-height:1.35}.segment-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1}.segment-list li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#4a5568;line-height:1.5}.segment-list li::before{content:'';width:6px;height:6px;min-width:6px;border-radius:50%;background:#f6a321;margin-top:7px}.segment-cta{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:600;color:#0c3f59;text-decoration:none;margin-top:6px;transition:gap .2s,color .2s}.segment-cta:hover{gap:10px;color:#f6a321}@media (max-width:960px){.segments-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.how-it-works-steps{padding:96px 0;background-color:#0c3f59}.steps-row{display:flex;align-items:stretch;justify-content:center;gap:0;margin-top:56px}.step-item{flex:1;max-width:230px;text-align:center;padding:32px 20px 28px;position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden}.step-ghost-number{position:absolute;top:-4px;right:10px;font-size:4.5rem;font-weight:900;color:rgba(255,255,255,.06);line-height:1;letter-spacing:-3px;user-select:none;pointer-events:none}.step-icon-wrap{width:52px;height:52px;border-radius:14px;background:rgba(246,163,33,.1);border:1px solid rgba(246,163,33,.25);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step-item h3{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}.step-item p{font-size:.85rem;line-height:1.65;color:rgba(255,255,255,.55)}.step-connector{display:flex;align-items:center;justify-content:center;padding:0 6px;margin-top:0;flex-shrink:0}.data-cycle{padding:48px 0 40px;background-color:#fff}.infinity-wrapper{max-width:780px;margin:16px auto 0}.infinity-svg{width:100%;height:auto;display:block}.infinity-core-ring{animation:3s ease-in-out infinite infCorePulse}@keyframes infCorePulse{0%,100%{opacity:.3;r:40}50%{opacity:.15;r:46}}.inf-node{transition:.5s}.inf-node.active{stroke:#F6A321;stroke-width:2.5;filter:drop-shadow(0 0 8px rgba(246,163,33,.4))}.inf-particle{filter:url(#particleGlow)}.data-cycle-bullets{max-width:780px;margin:0 auto}.data-cycle-bullets ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.data-cycle-bullets li{padding:14px 18px;background:#e8eef1;border-radius:10px;font-size:.875rem;line-height:1.65;color:#555;border-left:3px solid #f6a321}.data-cycle-bullets li strong{color:#0c3f59}@media (max-width:600px){.data-cycle-bullets ul{grid-template-columns:1fr}.infinity-wrapper{margin:24px -12px 0}}@media (max-width:480px){.data-cycle{padding:48px 0}}.stats-bar{background-color:#0c3f59;padding:64px 0;border-top:3px solid #f6a321}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:20px;border-bottom:2px solid rgba(246,163,33,.35)}.stat-number{font-size:2.75rem;font-weight:600;color:#fff;line-height:1;letter-spacing:-1px}.stat-label{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:1px}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}.stat-number{font-size:2.2rem}}.articles-nurture{padding:48px 0 56px;background:#f4f7f9;border-top:1px solid #e2e8ed}.articles-nurture-label{text-align:center;font-size:.8rem;font-weight:600;letter-spacing:.5px;color:#888;margin-bottom:28px}.articles-nurture-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:760px;margin:0 auto}.articles-nurture-item{display:flex;flex-direction:column;gap:8px;padding:24px 28px;background:#fff;border:1px solid #e2e8ed;border-radius:12px;text-decoration:none;transition:border-color .2s,box-shadow .2s}.articles-nurture-item:hover{border-color:#f6a321;box-shadow:0 4px 16px rgba(12,63,89,.08)}.articles-nurture-meta{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#999}.articles-nurture-item h3{font-size:.95rem;font-weight:700;color:#0c3f59;margin:0;line-height:1.4}.articles-nurture-item p{font-size:.85rem;color:#666;line-height:1.6;margin:0;flex:1}.articles-nurture-link{display:flex;align-items:center;gap:5px;font-size:.8rem;font-weight:600;color:#f6a321;margin-top:4px}@media (max-width:600px){.articles-nurture-grid{grid-template-columns:1fr}}.book-demo{padding:80px 0;background-color:#fff}.book-demo-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#f6a321;margin:0 0 12px}.demo-trust{font-size:.78rem;color:#999;text-align:left;margin-top:10px;margin-bottom:0}.demo-intro{font-size:1rem;line-height:1.7;color:#555;margin-top:16px;margin-bottom:8px}.demo-checklist{list-style:none;padding:0;margin:20px 0 28px;display:flex;flex-direction:column;gap:12px}.demo-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.93rem;color:#333;line-height:1.5}.demo-checklist li::before{content:'';flex-shrink:0;width:18px;height:18px;border-radius:50%;background:rgba(246,163,33,.15);border:1.5px solid #f6a321;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F6A321' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:11px;background-repeat:no-repeat;background-position:center;margin-top:2px}.label-optional{font-weight:400;color:#999;font-size:.8rem}.demo-cta-section{padding:80px 0;background-color:#e8eef1}.demo-cta-section .cta-card{max-width:640px;margin:0 auto}@media (max-width:640px){.testimonials-grid{grid-template-columns:1fr;gap:40px}}.author-info{display:flex;flex-direction:column;gap:2px}.author-role{font-size:.8rem;color:rgba(255,255,255,.6);font-weight:400}.contact{padding:80px 0;background-color:#e8eef1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-info h2{font-size:2rem;font-weight:700;color:#0c3f59;margin-bottom:12px}.contact-details{margin-top:24px;display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:center;gap:12px;color:#555;font-size:.95rem}.contact-item svg{width:20px;height:20px;flex-shrink:0;color:#f6a321}.contact-item a{color:#0c3f59;transition:color .2s}.contact-item a:hover{color:#f6a321}.social-links{display:flex;gap:12px;margin-top:28px}.social-links a{width:40px;height:40px;background:#0c3f59;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.social-links a:hover{background-color:#f6a321}.social-links svg{width:20px;height:20px}.contact-form-wrapper{background:#fff;border-radius:20px;padding:36px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#0c3f59;margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e8eef1;border-radius:10px;font-family:Montserrat,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:#f6a321;outline:rgba(246,163,33,.4) solid 3px;outline-offset:2px}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-required{color:#f6a321;margin-left:2px}.form-submit-btn{display:block;width:100%;padding:14px 32px;background-color:#f6a321;color:#fff;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .2s,transform .1s;margin-top:4px}.form-submit-btn:hover{background-color:#e09318;transform:translateY(-1px)}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-error{font-size:.85rem;color:#c33;margin:0 0 8px;min-height:1em}.form-consent{opacity:0;max-height:0;overflow:hidden;transition:opacity .4s,max-height .4s;pointer-events:none;margin-bottom:0}.form-consent.form-consent--visible{opacity:1!important;max-height:400px!important;pointer-events:auto!important;margin-bottom:16px!important}.form-consent-intro{font-size:.8rem;color:#666;line-height:1.5;margin-bottom:10px}.form-consent-check{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:#0c3f59;font-weight:600;cursor:pointer;margin-bottom:8px}.form-consent-check input[type=checkbox]{margin-top:2px;flex-shrink:0;width:16px;height:16px;accent-color:#F6A321}.form-consent-legal{font-size:.75rem;color:#999;line-height:1.5;margin:0}.form-consent-legal a{color:#0c3f59;text-decoration:underline}.form-success{text-align:center;padding:40px 16px;color:#0c3f59}.form-success svg{stroke:#F6A321;margin-bottom:16px}.form-success h3{font-size:1.4rem;margin-bottom:8px}.form-success p{color:#0c3f59;font-size:.95rem;line-height:1.6;margin-bottom:8px}.form-success-sub{font-size:.82rem!important;color:#999!important;margin-bottom:0!important}.form-processing-note{font-size:.75rem;color:#aaa;text-align:center;margin-top:12px;line-height:1.5}.site-footer{background-color:#0c3f59;color:rgba(255,255,255,.7);padding:60px 0 0;border-top:4px solid #f6a321}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px}.footer-logo{height:36px;margin-bottom:12px}.footer-brand p{font-size:.9rem}.footer-col h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:16px}.footer-col p{font-size:.85rem;line-height:1.7;margin-bottom:8px}.footer-col a{transition:color .2s}.footer-col a:hover{color:#f6a321}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{font-size:.85rem}.footer-social{display:flex;gap:14px;margin-top:16px}.footer-social a{color:rgba(255,255,255,.5);transition:color .2s}.footer-social a:hover{color:#f6a321}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;text-align:center;font-size:.8rem}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;background:#0c3f59;color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:.3s;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:50;display:flex;align-items:center;justify-content:center}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#f6a321}.back-to-top svg{width:20px;height:20px}@media (max-width:1024px){.hero h1{font-size:2.4rem}.product-cards{grid-template-columns:repeat(3,1fr);gap:16px}.product-card{padding:28px 20px;min-height:240px}.features-grid{grid-template-columns:repeat(4,1fr);gap:16px}.ways-grid{grid-template-columns:repeat(3,1fr);gap:20px}.way-card{padding:32px 24px 28px}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:28px}.footer-brand,.footer-grid .footer-brand{grid-column:1/-1}}@media (max-width:768px){.hero{padding:130px 20px 70px}.hero h1{font-size:2rem}.hero-eyebrow{font-size:.92rem;letter-spacing:2px}.hero-description{font-size:.95rem}.hero-proof{flex-direction:column;align-items:center;gap:12px}.hero-clients-logos{gap:24px}.hero-clients-logos img{height:22px}.mobile-menu-toggle{display:flex}.main-nav{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#0c3f59;flex-direction:column;align-items:flex-start;padding:80px 24px 24px;gap:0;transition:right .3s;box-shadow:-4px 0 20px rgba(0,0,0,.2);overflow-y:auto}.main-nav.open{right:0}.nav-list{flex-direction:column;width:100%;gap:0}.nav-list>li{width:100%;border-bottom:1px solid rgba(255,255,255,.08)}.nav-list>li>a{padding:14px 0;font-size:1rem;border-radius:0}.has-dropdown .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:0;padding:0 0 8px 16px;background:0 0}.dropdown li a{padding:10px 0;font-size:.9rem;opacity:.8}.nav-actions{margin-left:0;margin-top:24px;width:100%;flex-direction:column;align-items:flex-start;gap:16px}.nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99;opacity:0;visibility:hidden;transition:.3s}.nav-overlay.active{opacity:1;visibility:visible}.steps-row{flex-direction:column;align-items:center;gap:16px}.step-item{max-width:400px;width:100%}.step-connector{display:none}.product-cards{grid-template-columns:repeat(2,1fr);gap:16px}.product-cards .product-card:last-child{grid-column:1/-1;max-width:50%;margin:0 auto}.section-title{font-size:1.65rem;margin-bottom:36px}.comparison-grid{grid-template-columns:1fr;gap:20px}.comparison-card{padding:28px;min-height:auto}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}.ways-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto;gap:24px}.way-card{padding:32px 28px 28px}.get-started-grid{grid-template-columns:1fr;gap:32px}.articles-grid{grid-template-columns:repeat(2,1fr);gap:20px}.articles-grid .article-card:last-child{grid-column:1/-1;max-width:50%;margin:0 auto}.contact-grid{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:480px){html{font-size:15px}.container{padding:0 16px}.header-container{padding:0 16px;height:64px}.logo{height:32px}.hero{padding:110px 16px 60px}.hero h1{font-size:1.75rem;line-height:1.2}.hero h2{font-size:1.05rem}.hero-description{font-size:.9rem}.hero-cta{flex-direction:column;align-items:center}.btn-large{padding:14px 32px;font-size:1rem;width:100%;max-width:280px}.products-overview{padding:48px 0}.product-cards{grid-template-columns:1fr;gap:16px}.product-cards .product-card:last-child{max-width:100%}.product-card{padding:28px 24px;min-height:auto;flex-direction:row;text-align:left;gap:16px}.product-card-content{flex-direction:row;gap:16px}.product-card-icon{width:50px;margin-bottom:0}.product-card h3{font-size:1rem}.articles,.comparison,.contact,.get-started,.products-detail,.testimonials{padding:48px 0}.section-title{font-size:1.4rem;margin-bottom:28px}.comparison-card{padding:24px}.features{padding:40px 0}.features-grid{grid-template-columns:repeat(2,1fr);gap:8px}.feature-item{padding:16px 8px}.feature-item span{font-size:.8rem}.way-card{padding:28px 20px 24px}.way-card h3{font-size:1.15rem}.way-number{font-size:2.2rem}.cta-card{padding:36px 24px}.testimonial-content blockquote p{font-size:1rem}.articles-grid{grid-template-columns:1fr;gap:16px}.articles-grid .article-card:last-child{max-width:100%}.contact-form-wrapper{padding:24px}.footer-grid{grid-template-columns:1fr;gap:24px}.site-footer{padding:40px 0 0}}@media (max-width:360px){.hero h1{font-size:1.4rem}.hero h2{font-size:.95rem}.features-grid{grid-template-columns:1fr 1fr;gap:4px}.feature-icon{width:32px;height:32px}}@media (max-height:500px) and (orientation:landscape){.hero{padding:90px 24px 40px}.hero h1{font-size:1.6rem}.hero-description{display:none}}.subpage-hero{background:linear-gradient(135deg,#0c3f59 0,#145980 50%,#0c3f59 100%);padding:140px 24px 80px;text-align:center;color:#fff;position:relative;overflow:hidden}.subpage-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(246,163,33,.08) 0,transparent 60%);pointer-events:none}.subpage-hero .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.subpage-hero h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:16px}.subpage-hero .hero-subtitle{font-size:1.1rem;font-weight:300;line-height:1.7;opacity:.85;margin-bottom:32px;max-width:650px;margin-left:auto;margin-right:auto}.subpage-hero .product-icon{width:100px;height:auto;margin:0 auto 24px}.subpage-hero .hero-secondary{font-size:.9rem;opacity:.7;margin-top:20px}.subpage-hero .hero-secondary a{color:#f6a321;text-decoration:underline}.article-body{padding:72px 0;background-color:#fff}.article-content-wrap{max-width:760px;margin:0 auto}.article-breadcrumb{font-size:.8rem;font-weight:500;color:rgba(255,255,255,.65);margin-bottom:20px;display:block}.article-breadcrumb a{color:#f6a321;transition:opacity .2s}.article-breadcrumb a:hover{opacity:.8}.article-back-link{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#0c3f59;margin-bottom:48px;transition:color .2s}.article-back-link:hover{color:#f6a321}.article-back-link svg{width:16px;height:16px;flex-shrink:0}.article-content-wrap h2{font-size:1.4rem;font-weight:700;color:#0c3f59;margin:40px 0 16px;line-height:1.3}.article-content-wrap p{font-size:1rem;line-height:1.8;color:#444;margin-bottom:20px}.article-highlight{background-color:#e8eef1;border-left:4px solid #f6a321;border-radius:0 12px 12px 0;padding:24px 28px;margin:32px 0}.article-highlight p{margin-bottom:0;font-size:1rem;line-height:1.7;color:#444}.article-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:36px 0}.article-metric-card{background-color:#e8eef1;border-radius:16px;padding:28px 24px;text-align:center}.article-metric-card .metric-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#0c3f59;color:#f6a321;font-size:1rem;font-weight:700;margin-bottom:12px}.article-metric-card h3{font-size:.95rem;font-weight:700;color:#0c3f59;margin-bottom:8px}.article-metric-card p{font-size:.875rem;line-height:1.6;color:#555;margin-bottom:0}.article-comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}.article-comparison-col{background-color:#e8eef1;border-radius:16px;padding:28px}.article-comparison-col.col-data{background:linear-gradient(135deg,#0c3f59,#145980);color:#fff}.article-comparison-col h4{font-size:.85rem;font-weight:700;color:#0c3f59;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.article-comparison-col.col-data h4{color:#f6a321}.article-comparison-col ul{list-style:none;padding:0;margin:0}.article-comparison-col ul li{padding:9px 0;font-size:.9rem;color:#555;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:flex-start;gap:10px;line-height:1.5}.article-comparison-col ul li:last-child{border-bottom:none}.article-comparison-col.col-data ul li{color:rgba(255,255,255,.85);border-bottom-color:rgba(255,255,255,.1)}.article-comparison-col ul li svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.article-stat-callout{background:linear-gradient(135deg,#0c3f59,#145980);border-radius:16px;padding:40px 32px;text-align:center;margin:36px 0;color:#fff}.article-stat-callout .stat-number{font-size:3rem;font-weight:700;color:#f6a321;line-height:1;display:block}.article-stat-callout .stat-label{font-size:.95rem;opacity:.85;margin-top:10px;display:block}.article-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:36px 0}.article-stats-row .article-stat-callout{margin:0}.section-overline{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#f6a321;display:block;text-align:center;margin-bottom:12px}.section-intro{text-align:center;max-width:700px;margin:0 auto 48px;font-size:1.05rem;color:#555;line-height:1.7}.section-intro--wide{max-width:800px}.section-intro--narrow{max-width:640px}.section-intro--light{color:rgba(255,255,255,.7)}.text-note{margin-top:16px;font-size:.9rem;color:#888;text-align:center}.dark-section{padding:96px 0;background:#0c3f59}.dist-card--detail{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px 28px}.dist-card-label{font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:8px}.dist-card-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:10px}.dist-card-text{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.65}.dist-note{text-align:center;margin-top:40px;font-size:.9rem;color:rgba(255,255,255,.4)}.dist-benefit-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:24px}.dist-benefit-title{font-weight:700;color:#f6a321;font-size:.88rem;margin-bottom:8px}.dist-benefit-text{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.6;margin:0}.integration-card{background:#f4f7f9;border-radius:16px;padding:32px 24px;text-align:center;border-top:3px solid transparent;transition:border-color .2s}.integration-card:hover{border-color:#f6a321}.integration-card-icon{width:56px;height:56px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 2px 12px rgba(12,63,89,.08)}.integration-card h3{font-size:1.1rem;font-weight:700;color:#0c3f59;margin-bottom:12px}.integration-card p{font-size:.9rem;color:#555;line-height:1.65}.api-stripe{background:#0c3f59;border-radius:16px;padding:28px 36px;margin-bottom:48px;display:flex;align-items:center;gap:40px;flex-wrap:wrap}.api-stripe-intro{flex:1;min-width:220px}.api-badge{display:inline-block;background:rgba(246,163,33,.15);border:1px solid rgba(246,163,33,.35);border-radius:6px;padding:3px 10px;font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#f6a321;margin-bottom:12px}.api-stripe-heading{font-size:1.05rem;font-weight:700;color:#fff;line-height:1.4}.api-stripe-features{display:flex;gap:28px;flex-wrap:wrap;flex:2;min-width:260px}.api-feature{display:flex;align-items:flex-start;gap:10px;min-width:140px}.api-feature-icon{width:32px;height:32px;flex-shrink:0;border-radius:8px;background:rgba(246,163,33,.15);border:1.5px solid rgba(246,163,33,.3);display:flex;align-items:center;justify-content:center;margin-top:2px}.api-feature-label{font-weight:600;color:#f6a321;font-size:.85rem;margin-bottom:3px}.api-feature-text{font-size:.8rem;color:rgba(255,255,255,.7);line-height:1.5}.partners-section-header{text-align:center;margin-bottom:48px}.partners-section-header h3{font-size:1.4rem;font-weight:700;color:#0c3f59;margin-bottom:32px}.partners-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:740px;margin:0 auto}.partner-item{background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 2px 16px rgba(12,63,89,.08);display:flex;align-items:center;justify-content:center;height:72px;min-width:120px;flex:1;max-width:148px}.tech-step-icon{width:40px;height:40px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;margin:10px auto 0;box-shadow:0 2px 8px rgba(12,63,89,.08)}.how-it-works-inner{max-width:800px;margin:0 auto}.tech-quote-box{background:#fff;border-radius:14px;padding:20px 28px;max-width:700px;margin:0 auto 48px;border-left:4px solid #f6a321}.process-example-box{background:#f4f7f9;border-radius:14px;padding:28px 32px}.process-example-tag{font-size:.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#f6a321;margin-bottom:20px;display:block}.process-check-item{display:flex;align-items:center;gap:12px;background:#fff;border-radius:8px;padding:14px 18px;box-shadow:0 1px 6px rgba(12,63,89,.06)}.process-check-text{font-size:.9rem;color:#333}.time-comparison{margin-top:20px;padding:16px 20px;background:rgba(246,163,33,.08);border:1px solid rgba(246,163,33,.25);border-radius:10px}.time-comparison-label{font-size:.8rem;font-weight:700;color:#0c3f59;margin-bottom:6px}.time-comparison-row{display:flex;justify-content:space-between;align-items:center}.time-comparison-before{font-size:.85rem;color:#777}.time-comparison-after{font-size:.85rem;font-weight:700;color:#f6a321}.api-card{max-width:720px;margin:32px auto 0;background:#fff;border-radius:16px;padding:28px 32px;box-shadow:0 2px 16px rgba(12,63,89,.07)}.api-card-inner{display:flex;align-items:flex-start;gap:20px}.api-card-tag{font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#f6a321;margin-bottom:6px;display:block}.split-right{display:flex;flex-direction:column;gap:16px}.logo-img{max-height:40px;max-width:100%;object-fit:contain}.logo-img--lg{max-height:56px}.logo-img--md{max-height:48px}.platform-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden}.process-check-list{display:flex;flex-direction:column;gap:12px}.integration-section{padding:96px 0;background:#fff}.cta-card-heading{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:16px}.cta-card-text{font-size:1.05rem;color:rgba(255,255,255,.9);line-height:1.7;margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:8px}.timeline-steps{display:flex;flex-direction:column;gap:0}.timeline-step{display:flex;gap:16px;align-items:flex-start;padding-bottom:24px;position:relative}.timeline-step--last{padding-bottom:0}.timeline-step-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.timeline-num{width:36px;height:36px;border-radius:50%;background:#0c3f59;color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-num--gold{background:#f6a321;color:#0c3f59}.timeline-connector{width:2px;flex:1;background:#d0dce5;min-height:24px;margin-top:4px}.timeline-content{padding-top:6px}.timeline-title{font-weight:600;color:#0c3f59;font-size:.9rem;margin-bottom:3px}.timeline-subtitle{font-size:.8rem;color:#777}.dark-block{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:24px}.demo-preview-card{background:linear-gradient(135deg,#0c3f59,#145980);border-radius:20px;padding:40px 36px;box-shadow:0 12px 40px rgba(12,63,89,.25)}.preview-field-list{display:flex;flex-direction:column;gap:14px}.preview-field{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 18px}.preview-field-label{font-size:.8rem;color:rgba(255,255,255,.45);margin-bottom:6px}.preview-field-value{font-size:.9rem;font-weight:600;color:#fff}.ai-steps-list{display:flex;flex-direction:column;gap:20px}.ai-step-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:24px 28px;display:flex;align-items:flex-start;gap:16px}.ai-step-num{width:40px;height:40px;border-radius:50%;background:#f6a321;color:#0c3f59;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-step-title{font-weight:600;color:#fff;font-size:.95rem;margin-bottom:4px}.ai-step-text{font-size:.85rem;color:rgba(255,255,255,.5)}.info-card{background:#e8eef1;border-radius:14px;padding:32px 28px}.info-card-icon{margin-bottom:12px}.info-card-title{font-size:.95rem;font-weight:700;color:#0c3f59;margin-bottom:8px}.info-card-text{font-size:.88rem;color:#555;line-height:1.6}.info-card svg{margin-bottom:12px;display:block}.info-card h4{font-size:.95rem;font-weight:700;color:#0c3f59;margin-bottom:8px}.info-card p{font-size:.88rem;color:#555;line-height:1.6}.feature-icon{flex-shrink:0;margin-top:2px}@media (max-width:640px){.article-comparison,.article-metric-grid{grid-template-columns:1fr;gap:16px}.article-stats-row{grid-template-columns:1fr}.article-content-wrap h2{font-size:1.2rem}}.content-section{padding:80px 0}.content-section:nth-child(2n){background-color:#fff}.content-section:nth-child(odd){background-color:#e8eef1}.content-section h2{font-size:2rem;font-weight:700;color:#0c3f59;margin-bottom:12px}.content-section p{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:16px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}.step-card{background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 5px 15px rgba(0,0,0,.08);text-align:center}.step-number{display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;background-color:#f6a321;color:#fff;font-weight:700;font-size:1rem;margin-bottom:16px}.step-card h3{font-size:1.1rem;font-weight:600;color:#0c3f59;margin-bottom:8px}.step-card p{font-size:.9rem;color:#555}.accordion{max-width:800px;margin:40px auto 0}.accordion-item{background:#fff;border-radius:12px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:hidden}.accordion-header{padding:20px 24px;font-size:1rem;font-weight:600;color:#0c3f59;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s;border:none;background:0 0;width:100%;text-align:left;font-family:Montserrat,sans-serif}.accordion-header:hover{background-color:rgba(246,163,33,.05)}.accordion-header::after{content:'+';font-size:1.4rem;font-weight:300;color:#f6a321;flex-shrink:0;margin-left:16px;transition:transform .3s}.accordion-item.active .accordion-header::after{content:'-'}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s}.accordion-body-inner{padding:0 24px 20px;font-size:.95rem;line-height:1.7;color:#555}.accordion-item.active .accordion-body{max-height:500px}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.feature-card{background:#0c3f59;border-radius:20px;padding:36px 28px;color:#fff;text-align:center}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:8px}.feature-card p{font-size:.9rem;opacity:.8;color:#fff}@media (max-width:768px){.subpage-hero{padding:120px 20px 60px}.subpage-hero h1{font-size:1.8rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:16px}.feature-cards{grid-template-columns:1fr;gap:16px}.clients-logos{padding:48px 0}.logo-grid{grid-template-columns:repeat(4,1fr);gap:20px 24px}.logo-item{height:44px}}@media (max-width:480px){.subpage-hero{padding:100px 16px 48px}.subpage-hero h1{font-size:1.5rem}.subpage-hero .hero-subtitle{font-size:.95rem}.steps-grid{grid-template-columns:1fr}.content-section{padding:48px 0}.clients-logos{padding:36px 0}.logo-grid{grid-template-columns:repeat(3,1fr);gap:16px 20px}.logo-item{height:38px}}.comparison-tiles-wrapper{display:grid;grid-template-columns:1fr auto 1fr;gap:0 24px;align-items:start;max-width:900px;margin:0 auto}.comparison-tiles-col{display:flex;flex-direction:column;gap:10px}.comparison-tiles-header{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:14px 18px;border-radius:8px;margin-bottom:4px}.comparison-tiles-header--red{background-color:#c0392b;color:#fff}.comparison-tiles-header--teal{background-color:#0c3f59;color:#fff}.comparison-tile{padding:14px 18px;border-radius:8px;font-size:.92rem;font-weight:500;line-height:1.5}.comparison-tile--red{background-color:rgba(192,57,43,.1);color:#7b241c;border-left:3px solid #c0392b}.comparison-tile--teal{background-color:rgba(12,63,89,.08);color:#0c3f59;border-left:3px solid #f6a321}.comparison-tiles-vs{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#aaa;letter-spacing:1px;padding-top:60px;min-width:40px}@media (max-width:700px){.comparison-tiles-wrapper{grid-template-columns:1fr;gap:0}.comparison-tiles-vs{display:flex;align-items:center;gap:12px;padding:16px 0;font-size:.8rem;letter-spacing:2px;color:#bbb}.comparison-tiles-vs::after,.comparison-tiles-vs::before{content:'';flex:1;height:1px;background-color:#ddd}.comparison-tiles-header{padding:12px 14px;font-size:.82rem}.comparison-tile{padding:11px 14px;font-size:.88rem}}@media (hover:none) and (pointer:coarse){.article-card:hover,.product-card:hover{transform:none}.article-card:hover .article-image{filter:none}.article-card:hover .read-more{color:#f6a321}.article-card:hover .read-more svg{transform:none}.btn:active{transform:scale(.97)}}.product-section{padding:96px 0}.product-section--light{background-color:#fff}.product-section--grey{background-color:#e8eef1}.product-section--dark{background-color:#0c3f59}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.split-layout.reverse{direction:rtl}.split-layout>*{direction:ltr}.feature-list{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:12px}.feature-list li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#444;line-height:1.6}.feature-list li svg{flex-shrink:0;margin-top:2px;color:#f6a321}@media (max-width:900px){.product-section{padding:64px 0}.split-layout,.split-layout.reverse{grid-template-columns:1fr;direction:ltr;gap:40px}.split-layout>*{min-width:0}}