:root{--bg-primary:#f8fafc;--bg-surface:#fff;--bg-surface-2:#f1f5f9;--bg-surface-3:#e2e8f0;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--accent:#3b82f6;--accent-hover:#2563eb;--accent-subtle:#3b82f61a;--cta-bg:#3b82f6;--cta-bg-hover:#2563eb;--cta-text:#fff;--navy:#1e3a5f;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #0000001f;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--nav-height:80px}@media (prefers-color-scheme:dark){:root{--bg-primary:#0a0f1e;--bg-surface:#111827;--bg-surface-2:#1e2a3a;--bg-surface-3:#2d3f55;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#2d3f55;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080}}html.dark{--bg-primary:#0a0f1e;--bg-surface:#111827;--bg-surface-2:#1e2a3a;--bg-surface-3:#2d3f55;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#2d3f55;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080}html.light{--bg-primary:#f8fafc;--bg-surface:#fff;--bg-surface-2:#f1f5f9;--bg-surface-3:#e2e8f0;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #0000001f}html.ocean{--bg-primary:#040d1a;--bg-surface:#071628;--bg-surface-2:#0d1f3c;--bg-surface-3:#132b52;--text-primary:#dbeafe;--text-secondary:#7fb3d4;--text-muted:#3d6a8a;--border:#132b52;--accent:#06b6d4;--accent-hover:#0891b2;--accent-subtle:#06b6d41f;--cta-bg:#06b6d4;--cta-bg-hover:#0891b2;--cta-text:#fff;--navy:#040d1a;--shadow-sm:0 1px 3px #00000080;--shadow-md:0 4px 16px #0009;--shadow-lg:0 8px 40px #040d1acc}html.beige{--bg-primary:#f5f0e8;--bg-surface:#ede5d8;--bg-surface-2:#e8ddd0;--bg-surface-3:#d5c8b8;--text-primary:#1a1410;--text-secondary:#5c4a3a;--text-muted:#8c7a6a;--border:#d5c8b8;--accent:#1b2d4f;--accent-hover:#243d68;--accent-subtle:#1b2d4f17;--cta-bg:#d4902a;--cta-bg-hover:#b87820;--cta-text:#fff;--navy:#1b2d4f;--shadow-sm:0 1px 3px #1a141014;--shadow-md:0 4px 16px #1a14101a;--shadow-lg:0 8px 32px #1a141021}html.navy{--bg-primary:#0d1b2a;--bg-surface:#162032;--bg-surface-2:#1e2f43;--bg-surface-3:#243447;--text-primary:#e8edf2;--text-secondary:#a0b0c0;--text-muted:#607080;--border:#243447;--accent:#00b4d8;--accent-hover:#0096b5;--accent-subtle:#00b4d81f;--cta-bg:#00b4d8;--cta-bg-hover:#0096b5;--cta-text:#0d1b2a;--navy:#0d1b2a;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;transition:background .25s,color .25s}img{border-radius:var(--radius-md);max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.section{padding:clamp(2rem,4.5vw,4rem) 0}.section--alt{background:var(--bg-surface)}h1{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}h2{letter-spacing:-.015em;font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:700;line-height:1.25}h3{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;line-height:1.35}p{color:var(--text-secondary);line-height:1.75}.btn-primary,.btn-secondary{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.btn-primary{background:var(--cta-bg);color:var(--cta-text);box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{background:var(--cta-bg-hover);color:var(--cta-text);transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}html.ocean .btn-primary{box-shadow:0 4px 16px #06b6d459}html.ocean .btn-primary:hover{box-shadow:0 6px 24px #06b6d480}html.beige .btn-primary{box-shadow:0 4px 14px #d4902a59}html.beige .btn-primary:hover{box-shadow:0 6px 22px #d4902a73}html.navy .btn-primary{box-shadow:0 4px 14px #00b4d84d}html.navy .btn-primary:hover{box-shadow:0 6px 22px #00b4d873}.btn-secondary{background:var(--bg-surface-2);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-surface-3);color:var(--text-primary);transform:translateY(-1px)}.nav{z-index:100;height:var(--nav-height);background:var(--bg-surface);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);transition:background .25s,border-color .25s;position:sticky;top:0}html.ocean .nav{background:#071628f2;border-bottom-color:#132b52cc;box-shadow:0 1px 24px #06b6d40f}.nav .container{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.nav-logo img{border-radius:0;width:auto;height:64px}.nav-links{flex:1;justify-content:center;align-items:center;gap:.25rem;list-style:none;display:flex}.nav-links>li>a,.nav-dropdown-btn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:.3rem;padding:.5rem 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .15s;display:inline-flex}.nav-links>li>a:hover,.nav-dropdown-btn:hover{background:var(--bg-surface-2);color:var(--text-primary)}.nav-links>li>a.active{color:var(--accent)}.nav-dropdown:has(.dropdown-active) .nav-dropdown-btn{color:var(--accent)}.nav-dropdown{position:relative}.dropdown-arrow{opacity:.6;font-size:.7rem;transition:transform .2s}.nav-dropdown-menu{visibility:hidden;opacity:0;pointer-events:none;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;min-width:240px;padding:.5rem;list-style:none;transition:opacity .15s,visibility 0s .3s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}html.ocean .nav-dropdown-menu{background:var(--bg-surface-2);box-shadow:0 8px 40px #0009,0 0 0 1px #06b6d41a}.nav-dropdown-menu:before{content:"";background:var(--bg-surface);border-left:1px solid var(--border);border-top:1px solid var(--border);width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}html.ocean .nav-dropdown-menu:before{background:var(--bg-surface-2)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .15s,visibility}.nav-dropdown:hover .dropdown-arrow,.nav-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu li a{color:var(--text-secondary);border-radius:6px;padding:.6rem 1rem;font-size:.875rem;font-weight:500;transition:all .12s;display:block}.nav-dropdown-menu li a:hover{background:var(--bg-surface-2);color:var(--text-primary)}.nav-dropdown-menu li a.dropdown-active{color:var(--accent);background:var(--accent-subtle);font-weight:600}.nav-actions{align-items:center;gap:.75rem;display:flex}.theme-toggle{border:1px solid var(--border);background:var(--bg-surface-2);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .15s;display:inline-flex}.theme-toggle:hover{background:var(--bg-surface-3);color:var(--text-primary)}html.ocean .theme-toggle{border-color:#06b6d440}.theme-select{appearance:none;border:1px solid var(--border);background:var(--bg-surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2394a3b8'/%3E%3C/svg%3E") no-repeat right .7rem center;color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:100px;padding:.4rem 2rem .4rem .85rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .15s}.theme-select:hover{background-color:var(--bg-surface-3);color:var(--text-primary)}.theme-select:focus{outline:2px solid var(--accent);outline-offset:2px}html.ocean .theme-select{border-color:#06b6d440}html.beige .nav,html.beige .lp-header{background:#1b2d4f;border-bottom-color:#0003;box-shadow:0 1px 20px #1b2d4f1f}html.beige .nav-links>li>a,html.beige .nav-dropdown-btn{color:#f5f0e8b8}html.beige .nav-links>li>a:hover,html.beige .nav-dropdown-btn:hover{color:#f5f0e8;background:#ffffff14}html.beige .nav-links>li>a.active{color:#d4902a}html.beige .nav-dropdown-menu{background:#243d68;border-color:#ffffff1a;box-shadow:0 8px 32px #0000004d}html.beige .nav-dropdown-menu:before{background:#243d68;border-top-color:#ffffff1a;border-left-color:#ffffff1a}html.beige .nav-dropdown-menu li a{color:#f5f0e8c7}html.beige .nav-dropdown-menu li a:hover{color:#f5f0e8;background:#ffffff12}html.beige .theme-select{color:#f5f0e8d9;background-color:#ffffff17;border-color:#ffffff26}html.beige .theme-select:hover{color:#f5f0e8;background-color:#ffffff24}.hamburger{display:none}.lp-header{z-index:100;height:var(--nav-height);background:var(--bg-surface);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);transition:background .25s,border-color .25s;position:sticky;top:0}html.ocean .lp-header{background:#071628f2;border-bottom-color:#132b52cc;box-shadow:0 1px 24px #06b6d40f}.lp-header .container{justify-content:space-between;align-items:center;height:100%;display:flex}.lp-header .nav-logo img{border-radius:0;width:auto;height:64px}.lp-header-actions{align-items:center;gap:.75rem;display:flex}.lp-footer-cta{background:var(--bg-surface);border-top:1px solid var(--border);text-align:center;padding:2.5rem 0}.lp-footer-cta .container{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.lp-footer-cta p{color:var(--text-secondary);font-size:1.1rem}.lp-back-link{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.9rem;transition:color .15s;display:inline-flex}.lp-back-link:hover{color:var(--accent)}.badge{letter-spacing:.05em;text-transform:uppercase;background:var(--accent-subtle);color:var(--accent);border:1px solid #3b82f640;border-radius:100px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.8rem;font-weight:600;display:inline-block}html.ocean .badge{border-color:#06b6d44d}html.beige .badge{border-color:#1b2d4f33}html.navy .badge{border-color:#00b4d84d}.planned-badge{background:var(--accent-subtle);color:var(--accent);letter-spacing:.05em;text-transform:uppercase;border:1px solid #3b82f640;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.2rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.company-hero{text-align:center;background:var(--bg-surface);border-bottom:1px solid var(--border);padding:clamp(4rem,8vw,8rem) 0 clamp(3rem,6vw,6rem);position:relative;overflow:hidden}html.ocean .company-hero{background:linear-gradient(160deg,#071628 0%,#0a1e38 60%,#071f3a 100%);border-bottom-color:#06b6d41f}html.beige .company-hero{background:linear-gradient(160deg,#ede5d8 0%,#f5f0e8 60%,#ede5d8 100%);border-bottom-color:#d5c8b8}html.navy .company-hero{background:linear-gradient(160deg,#162032 0%,#0d1b2a 60%,#162032 100%);border-bottom-color:#00b4d81f}.company-hero-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem;font-size:.78rem;font-weight:700}.company-hero h1{max-width:780px;margin:0 auto 1.5rem}.company-hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.company-hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.company-hero--split,.company-hero--split .company-hero-eyebrow{text-align:left}.company-hero--split h1{max-width:none;margin:0}.hero-split-layout{grid-template-columns:60fr 40fr;align-items:start;gap:clamp(3rem,6vw,6rem);display:grid}.hero-split-content{flex-direction:column;gap:1.5rem;padding-top:1rem;display:flex}.hero-split-visual{flex-direction:column;align-items:stretch;gap:1.5rem;display:flex}.hero-split-visual img{border-radius:var(--radius-md);width:100%;height:auto;box-shadow:var(--shadow-lg)}.hero-split-visual .company-hero-cta,.company-hero--split .company-hero-cta{justify-content:flex-start}.hero-pills{flex-wrap:wrap;gap:.5rem;display:flex}.hero-pill{background:var(--accent-subtle);color:var(--accent);border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);letter-spacing:.01em;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-pill:before{content:"×";margin-right:.1rem;font-weight:700}.hero-manifesto{color:var(--text-secondary);flex-direction:column;gap:1rem;font-size:.97rem;line-height:1.8;display:flex}.hero-manifesto strong{color:var(--text-primary)}.hero-manifesto-highlight{color:var(--text-primary);border-left:3px solid var(--accent);background:var(--accent-subtle);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.85rem 1.1rem;font-size:1rem;font-weight:600;line-height:1.65}.hero-split-layout--wide-visual{grid-template-columns:55fr 45fr}.hero-pain-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.hero-pain-list li{color:var(--text-secondary);align-items:flex-start;gap:.65rem;font-size:.93rem;line-height:1.55;display:flex}.hero-pain-list li:before{content:"✕";color:#d95757;flex-shrink:0;margin-top:.18em;font-size:.8rem;font-weight:700}html.beige .hero-pain-list li:before{color:#c44040}.hero-solution{border-left:3px solid var(--accent);background:var(--accent-subtle);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);flex-direction:column;gap:.7rem;padding:1rem 1.15rem;font-size:.95rem;line-height:1.75;display:flex}.hero-solution strong{color:var(--text-primary)}.products-section{padding:clamp(3rem,5vw,5rem) 0}.products-section-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.products-section-header h2{margin-bottom:.75rem}.products-section-header p{max-width:580px;margin:0 auto;font-size:1.05rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.product-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:2rem 1.75rem 1.75rem;transition:box-shadow .2s,transform .2s;display:flex}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card-icon{margin-bottom:.25rem;font-size:2.25rem;line-height:1}.product-card-img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);width:100%;display:block}.product-card-img.placeholder{background:var(--bg-surface-2);border:2px dashed var(--border);color:var(--text-muted);text-align:center;place-items:center;padding:1rem;font-size:.78rem;line-height:1.5;display:grid}.product-card-img.placeholder:before{content:"📸 " attr(data-desc)}.product-card-name{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.1rem;font-size:.75rem;font-weight:700}.product-card h3{color:var(--text-primary);margin:0;font-size:1.2rem}.product-card p{flex:1;font-size:.95rem;line-height:1.65}.product-card-footer{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.product-card-features{flex-direction:column;gap:.35rem;list-style:none;display:flex}.product-card-features li{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.45;display:flex}.product-card-features li:before{content:"✓";color:var(--accent);flex-shrink:0;font-size:.85rem;font-weight:700}@media (width<=900px){.products-grid{grid-template-columns:1fr}}@media (width<=600px){.products-grid{grid-template-columns:1fr}}.products-stack{flex-direction:column;gap:2rem;display:flex}.product-hcard{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:row;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-hcard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-hcard-media{flex:0 0 44%;max-width:44%;min-height:280px;position:relative;overflow:hidden}.product-hcard-img{object-fit:cover;object-position:top left;cursor:zoom-in;width:100%;height:100%;transition:transform .35s;display:block;position:absolute;inset:0}.product-hcard-img:hover{transform:scale(1.04)}.product-hcard-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;min-height:280px;display:flex}.product-hcard-placeholder--leadpulse{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, var(--bg-surface-2)) 0%, var(--bg-surface-3) 100%)}.product-hcard-placeholder--ksef{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 5%, var(--bg-surface-3)) 0%, var(--bg-surface-2) 100%)}.pholder-icon{filter:drop-shadow(0 4px 12px #00000040);font-size:5rem;line-height:1}.pholder-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:700}.product-hcard-body{flex-direction:column;flex:1;gap:.85rem;padding:2rem 2rem 1.75rem;display:flex}.product-hcard-body .product-card-name{margin-bottom:0}.product-hcard-body h3{color:var(--text-primary);margin:0;font-size:1.25rem;line-height:1.35}.product-hcard-body p{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.product-hcard-body .product-card-footer{margin-top:auto;padding-top:.5rem}.lightbox-overlay{z-index:9999;cursor:zoom-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000e0;place-items:center;display:none;position:fixed;inset:0}.lightbox-overlay.is-open{display:grid}.lightbox-img{object-fit:contain;border-radius:var(--radius-md);cursor:default;max-width:90vw;max-height:90vh;box-shadow:0 24px 80px #0009}.lightbox-close{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;transition:background .15s;display:flex;position:fixed;top:1.25rem;right:1.25rem}.lightbox-close:hover{background:#ffffff47}.manifesto{background:var(--bg-surface);border-bottom:1px solid var(--border);padding-top:clamp(3rem,5vw,5rem);padding-bottom:clamp(2.5rem,5vw,4.5rem)}html.ocean .manifesto{background:linear-gradient(160deg,#071628 0%,#0a1e38 60%,#071f3a 100%);border-bottom-color:#06b6d41f}.manifesto-layout{grid-template-columns:3fr 2fr;align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.manifesto-content{flex-direction:column;gap:1.25rem;display:flex}.manifesto-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.78rem;font-weight:700}.manifesto-content h2{margin:0}.manifesto-body{flex-direction:column;gap:1rem;display:flex}.manifesto-body p{color:var(--text-secondary);font-size:1rem;line-height:1.8}.manifesto-body p strong{color:var(--text-primary);font-weight:600}.manifesto-body .manifesto-highlight{background:var(--accent-subtle);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-primary);padding:1rem 1.25rem;font-size:1.02rem;font-weight:500;line-height:1.75}.manifesto-visual{position:relative}.manifesto-visual img,.manifesto-visual .img-placeholder{aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;font-size:.875rem}html.ocean .manifesto-visual .img-placeholder{background:#132b5280;border-color:#06b6d433}.hero{min-height:calc(100vh - var(--nav-height));grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);padding:clamp(2.1rem,4.2vw,4.2rem) 0 clamp(3rem,6vw,6rem);display:grid}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-content h1{margin-bottom:1.25rem}.hero-subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:2rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.hero-visual{flex-direction:column;gap:1.5rem;display:flex}.hero-visual img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--border)}html.ocean .hero-visual img{border-color:#06b6d433;box-shadow:0 8px 48px #06b6d41f,0 2px 8px #00000080}.section-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-icon{background:var(--accent-subtle);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;font-size:1.5rem;display:inline-flex}.section-header h2{margin-bottom:1rem}.section-lead{max-width:680px;margin:0 auto;font-size:1.1rem;line-height:1.75}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.problem-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:2rem;transition:box-shadow .2s,transform .2s}.problem-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.problem-card-icon{margin-bottom:1rem;font-size:2rem}.problem-card h3{color:var(--text-primary);margin-bottom:.5rem}.problem-card .arrow{color:var(--accent);margin:1rem 0;font-size:1.25rem}.problem-card .solution{color:var(--accent);font-weight:600}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));gap:2rem;margin-bottom:2rem;display:grid}.feature-block{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:2rem;display:flex}.feature-block h3{color:var(--text-primary)}.feature-block--planned{opacity:.8;background:var(--bg-surface-2)}.feature-block img{border-radius:var(--radius-sm);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm)}.img-placeholder{aspect-ratio:16/9;background:var(--bg-surface-2);border:2px dashed var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-muted);text-align:center;place-items:center;padding:1.5rem;font-size:.8rem;line-height:1.5;display:grid}.img-placeholder:before{content:"📸 " attr(data-desc)}.more-details{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.more-details summary{cursor:pointer;background:var(--bg-surface-2);color:var(--text-secondary);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;list-style:none;transition:background .15s;display:flex}.more-details summary::-webkit-details-marker{display:none}.more-details summary:before{content:"＋";color:var(--accent);font-size:1rem}.more-details[open] summary:before{content:"－"}.more-details summary:hover{background:var(--bg-surface-3)}.more-details-content{background:var(--bg-surface);border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(min(100%,480px),1fr));gap:1.5rem;padding:1.5rem;display:grid}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.tech-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.tech-card-icon{font-size:1.75rem}.tech-card h3{font-size:1.05rem}.why-trc-intro{margin-bottom:3rem}.why-trc-intro h2{max-width:720px;margin:.5rem 0 1.75rem}.why-trc-body{color:var(--text-secondary);flex-direction:column;gap:1rem;max-width:820px;line-height:1.8;display:flex}.why-trc-body strong{color:var(--text-primary)}.why-trc-body .manifesto-highlight{color:var(--text-primary);border-left:3px solid var(--accent);background:var(--accent-subtle);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.85rem 1.1rem;font-weight:600;line-height:1.65}.why-challenge-grid{margin-top:.5rem}.challenge-list{color:var(--text-secondary);flex-direction:column;gap:.65rem;margin:.5rem 0 0;padding:0;font-size:.9rem;line-height:1.6;list-style:none;display:flex}.challenge-list li{padding-left:1.2rem;position:relative}.challenge-list li:before{content:"→";color:var(--accent);font-weight:700;position:absolute;left:0}.challenge-list strong{color:var(--text-primary)}.cta-section{background:linear-gradient(135deg, var(--navy) 0%, #1e2a4a 100%);color:#f1f5f9;text-align:center}html.ocean .cta-section{background:linear-gradient(135deg,#040d1a 0%,#071f3a 50%,#071628 100%);border-top:1px solid #06b6d426}html.beige .cta-section{background:linear-gradient(135deg,#1b2d4f 0%,#243d68 100%)}html.navy .cta-section{background:linear-gradient(135deg,#0d1b2a 0%,#162032 100%);border-top:1px solid #00b4d81f}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#94a3b8;margin-bottom:2.5rem;font-size:1.1rem}.cta-section a{color:#93c5fd}.cta-section a:hover{color:#bfdbfe}.contact-form{text-align:left;flex-direction:column;gap:1rem;max-width:560px;margin:0 auto 1.5rem;display:flex}.contact-form input,.contact-form textarea{border-radius:var(--radius-sm);color:#f1f5f9;background:#ffffff14;border:1px solid #ffffff26;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#64748b}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--cta-bg)}.contact-form textarea{resize:vertical;min-height:120px}.cta-alt{color:#64748b;font-size:.95rem}.cta-alt-sep{opacity:.4;margin:0 .4rem}.footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:2rem 0}.footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer img{border-radius:0;height:28px}.footer p{color:var(--text-muted);font-size:.875rem}.footer a{color:var(--text-muted)}.footer a:hover{color:var(--accent)}.footer-brand{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.footer-nav{gap:clamp(2rem,5vw,5rem);display:flex}.footer-nav-group{flex-direction:column;gap:.4rem;display:flex}.footer-nav-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.expertise-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.5rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex}.expertise-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.expertise-card-icon{font-size:1.5rem}.expertise-card h3{color:var(--text-primary);font-size:1rem}.expertise-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{background:var(--bg-surface);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:2rem;display:flex}.value-card h3{color:var(--text-primary);font-size:1.05rem}.value-card p{color:var(--text-secondary);font-size:.92rem;line-height:1.7}.legal-content{max-width:800px;margin:0 auto;padding:clamp(3rem,6vw,5rem) 0}.legal-content h1{margin-bottom:.5rem}.legal-meta{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:1.5rem;font-size:.875rem}.legal-content h2{color:var(--text-primary);margin:2.5rem 0 1rem;font-size:1.15rem}.legal-content h3{color:var(--text-secondary);margin:1.5rem 0 .5rem;font-size:.97rem;font-weight:600}.legal-content p,.legal-content li{color:var(--text-secondary);font-size:.93rem;line-height:1.8}.legal-content ul,.legal-content ol{flex-direction:column;gap:.4rem;padding-left:1.5rem;display:flex}.legal-highlight{background:var(--accent-subtle);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);margin:1.5rem 0;padding:1rem 1.25rem;font-size:.9rem;line-height:1.7}.legal-placeholder{border-radius:var(--radius-sm);color:var(--text-primary);background:#f59e0b26;border:1px dashed #f59e0b;padding:.1em .4em;font-size:.85em;font-weight:600}.product-layout{grid-template-columns:55fr 45fr;align-items:start;gap:clamp(2rem,4vw,4rem);display:grid}.product-content{flex-direction:column;gap:1rem;display:flex}.product-content h2{margin:0}.product-visual{flex-direction:column;gap:1.25rem;display:flex}.product-visual img{border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-md)}html.ocean .product-visual img{border-color:#06b6d433;box-shadow:0 4px 24px #06b6d41a,0 2px 8px #00000080}.product-visual .img-placeholder{aspect-ratio:16/9;border-radius:var(--radius-lg)}.product-features{flex-direction:column;gap:.45rem;margin:.5rem 0;list-style:none;display:flex}.product-features li{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;display:flex}.product-features li:before{content:"✓";color:var(--accent);flex-shrink:0;font-weight:700}.product-cta{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=900px){.product-layout{grid-template-columns:1fr}.product-visual{order:-1}}.problem-card-img{aspect-ratio:16/9;background:var(--bg-surface-2);border:1px dashed var(--border);border-radius:var(--radius-sm);width:100%;margin-bottom:.25rem;overflow:hidden}.problem-card-img img{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100%}.problem-card-img.placeholder{color:var(--text-muted);text-align:center;place-items:center;padding:.75rem;font-size:.75rem;display:grid}.problem-card-img.placeholder:before{content:attr(data-desc)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.nav-links{gap:0}.nav-links>li>a,.nav-dropdown-btn{padding:.4rem .6rem;font-size:.85rem}}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:3rem}.hero-visual{order:-1}.problem-grid{grid-template-columns:1fr}.nav-links{display:none}.hamburger{display:grid}.manifesto-layout{grid-template-columns:1fr}.manifesto-visual{order:-1}.products-grid,.hero-split-layout,.hero-split-layout--wide-visual{grid-template-columns:1fr}.hero-split-visual{order:-1}.company-hero--split,.company-hero--split .company-hero-eyebrow{text-align:center}.hero-pills,.hero-split-visual .company-hero-cta{justify-content:center}.hero-manifesto,.hero-solution{text-align:left}.product-hcard{flex-direction:column}.product-hcard-media{flex:none;max-width:100%}.product-hcard-placeholder{min-height:200px}.expertise-grid,.values-grid{grid-template-columns:1fr}.footer-nav{flex-direction:column;gap:1.5rem}}@media (width<=600px){.hero-cta{flex-direction:column}.hero-cta .btn-primary,.hero-cta .btn-secondary{justify-content:center;width:100%}.company-hero-cta{flex-direction:column}.company-hero-cta .btn-primary,.company-hero-cta .btn-secondary{justify-content:center;width:100%}.footer .container{flex-direction:column;gap:2rem}.footer-nav{flex-flow:wrap}.lp-header-actions .btn-primary{display:none}}.compare-table{border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius-md);width:100%;margin-top:2rem;overflow:hidden}.compare-table th{background:var(--bg-surface-2);color:var(--text-primary);letter-spacing:.03em;text-transform:uppercase;text-align:left;padding:.9rem 1.1rem;font-size:.8rem;font-weight:700}.compare-table th.col-solution{background:var(--accent-subtle);color:var(--accent-hover)}.compare-table td{color:var(--text-secondary);border-top:1px solid var(--border);vertical-align:top;padding:.9rem 1.1rem;font-size:.95rem;line-height:1.5}.compare-table td.col-limit{color:var(--text-primary);width:34%;font-weight:600}.compare-table td strong{color:var(--text-primary)}@media (width<=640px){.compare-table,.compare-table tbody,.compare-table tr{width:100%;display:block}.compare-table thead{display:none}.compare-table td{border-top:none;display:block}.compare-table td.col-limit{border-top:1px solid var(--border);width:auto;padding-bottom:.3rem}.compare-table tr+tr{border-top:2px solid var(--border)}}.cookie-banner[data-v-b551b257]{z-index:9999;background:var(--bg-surface,#1e2a3a);border:1px solid var(--border,#ffffff1a);border-radius:12px;width:min(640px,100vw - 2rem);padding:1.25rem 1.5rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.cookie-banner__content[data-v-b551b257]{flex-direction:column;gap:1rem;display:flex}.cookie-banner__content p[data-v-b551b257]{color:var(--text-secondary,#a0aec0);margin:0;font-size:.875rem;line-height:1.6}.cookie-banner__link[data-v-b551b257]{color:var(--accent,#38bdf8);margin-left:.25rem;text-decoration:underline}.cookie-banner__actions[data-v-b551b257]{flex-wrap:wrap;gap:.75rem;display:flex}.cookie-slide-enter-active[data-v-b551b257],.cookie-slide-leave-active[data-v-b551b257]{transition:opacity .3s,transform .3s}.cookie-slide-enter-from[data-v-b551b257],.cookie-slide-leave-to[data-v-b551b257]{opacity:0;transform:translate(-50%)translateY(1rem)}
