:root{--navy:#102d42;--teal:#006f73;--teal-dark:#005458;--ink:#183449;--muted:#58707e;--line:#d8e4e8;--paper:#fff;--wash:#f3f7f8;--soft:#e7f3f2;--danger:#a32222}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
a{color:var(--teal);text-underline-offset:3px}
a:hover{color:var(--teal-dark)}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{outline-offset:4px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2rem,4.2vw,3.8rem);line-height:1.13;letter-spacing:-.035em;margin-bottom:24px}
h2{font-size:clamp(1.6rem,2.8vw,2.35rem);line-height:1.2;letter-spacing:-.025em;margin-bottom:20px}
h3{font-size:1.22rem;line-height:1.3;margin-bottom:12px}
p{margin-bottom:18px}
small,.small{font-size:.86rem}
.container{max-width:1200px;margin:auto;padding:0 28px}
.section{padding:56px 0}
.section-tight{padding:30px 0}
.section-tint{background:var(--wash)}
.section-dark{background:var(--navy);color:#fff}
.section-dark .muted{color:#c1d4de}
.site-header{background:white;border-bottom:1px solid var(--line)}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:102px}
.brand{display:flex;align-items:center;gap:14px;color:var(--navy);font-weight:750;text-decoration:none;line-height:1.3;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:51px;height:51px;background:var(--navy);color:#fff;border-radius:13px;font-size:17px}
.brand small{display:block;color:var(--muted);font-size:.7rem;font-weight:400;margin-top:6px}
.header-row nav{display:flex;gap:22px;align-items:center;flex-wrap:wrap;font-size:.88rem}
.header-row nav a{text-decoration:none;color:var(--ink)}
.header-row nav a[aria-current=page]{color:var(--teal);font-weight:700}
.header-row nav .nav-account{border:1px solid var(--line);border-radius:7px;padding:9px 16px}
.hero{padding:76px 0 68px;background:linear-gradient(110deg,#eef6f5,#fafbfc)}
.hero .lead{max-width:690px}
.eyebrow{font-size:.77rem;letter-spacing:.12em;text-transform:uppercase;font-weight:750;color:var(--teal);margin-bottom:20px}
.lead{font-size:1.2rem;color:var(--muted);line-height:1.6}
.muted{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:28px;min-width:0}
.card.emphasis{border:2px solid var(--teal);position:relative}
.card .number{font-size:2rem;color:var(--teal);font-weight:750;line-height:1.1;margin-bottom:25px}
.card p:last-child{margin-bottom:0}
.badge{display:inline-block;background:var(--soft);color:var(--teal-dark);font-size:.75rem;border-radius:99px;padding:4px 11px;font-weight:700}
.button{display:inline-block;border:1px solid var(--teal);border-radius:8px;padding:12px 20px;background:var(--teal);color:#fff;text-decoration:none;font-weight:650;text-align:center;cursor:pointer;line-height:1.35}
.button:hover{color:#fff;background:var(--teal-dark)}
.button.secondary{color:var(--teal);background:#fff;border-color:var(--line)}
.button.secondary:hover{background:var(--soft)}
.button.danger{background:var(--danger);border-color:var(--danger)}
.button.small{font-size:.85rem;padding:8px 13px}
.button:disabled{opacity:.5;cursor:not-allowed}
.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.stack>*+*{margin-top:18px}
.field{display:block;margin-bottom:18px}
.field>span,.field>label{display:block;font-size:.9rem;font-weight:650;margin-bottom:6px}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{width:100%;border:1px solid #a9bec9;border-radius:7px;padding:10px 12px;background:#fff;color:var(--ink);min-height:44px}
textarea{resize:vertical;min-height:140px}
input[type=checkbox],input[type=radio]{accent-color:var(--teal);width:18px;height:18px;vertical-align:middle;margin-right:8px}
.check{display:flex;align-items:flex-start;gap:6px;margin-bottom:12px}
.check input{flex:0 0 auto;margin-top:5px}
.notice{background:#e9f4f0;border-left:4px solid #24815c;border-radius:7px;padding:16px 20px;margin:20px 0;overflow-wrap:anywhere}
.notice.error{background:#fff0ed;border-color:var(--danger);color:#842525}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px;margin:22px 0}
table{width:100%;border-collapse:collapse;background:#fff;text-align:left;font-size:.92rem}
th,td{padding:15px 18px;border-bottom:1px solid var(--line);vertical-align:top}
th{background:var(--wash);font-weight:700}
tr:last-child td{border-bottom:0}
.price{font-size:2rem;font-weight:760;letter-spacing:-.04em;color:var(--navy);margin:22px 0 2px}
.period-choice{max-width:360px}
.features{list-style:none;padding:0;margin:24px 0}
.features li{padding:9px 0;border-top:1px solid var(--line)}
.features li:before{content:'✓';color:var(--teal);font-weight:bold;margin-right:10px}
.plan-card{display:flex;flex-direction:column}
.plan-card .features{flex-grow:1}
.banner{display:flex;justify-content:space-between;gap:30px;align-items:center}
.banner p{max-width:690px}
.site-footer{background:#eef3f5;padding:38px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}
.footer-row{display:flex;justify-content:space-between;gap:30px}
.footer-row nav{display:grid;gap:8px}
.footer-row p{margin:8px 0}
.skip-link{position:absolute;left:12px;top:-80px;background:#fff;z-index:10;padding:12px}
.skip-link:focus{top:12px}
.tabs{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}
.tabs a{padding:9px 15px;border:1px solid var(--line);border-radius:7px;text-decoration:none}
.tabs a[aria-current=page]{background:var(--navy);color:#fff}
.catalog-item{display:flex;flex-direction:column;gap:8px}
.catalog-item p{flex-grow:1;font-size:.9rem}
.catalog-item .actions{margin-top:12px}
.report-checks{max-height:320px;overflow:auto;border:1px solid var(--line);border-radius:8px;padding:15px}
.report-checks label{display:block;font-size:.85rem;padding:5px}
.report-checks small{display:block;margin-left:29px;color:var(--muted)}
.flow-step{border-top:3px solid var(--teal);padding-top:18px}
.wrap{overflow-wrap:anywhere}
details{border-bottom:1px solid var(--line);padding:20px 0}
summary{cursor:pointer;font-weight:650}
details p{margin-top:16px}
.empty{padding:28px;background:var(--wash);border-radius:10px}
.split{display:grid;grid-template-columns:1.25fr 1fr;gap:60px}
.nowrap{white-space:nowrap}
.hide{display:none!important}
@media(max-width:1050px){.header-row{align-items:flex-start;padding-top:22px;padding-bottom:22px;flex-direction:column;gap:18px}
.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){.container{padding:0 20px}
.section{padding:38px 0}
.hero{padding:45px 0}
.grid,.grid-2,.grid-4,.split{grid-template-columns:1fr}
.split{gap:28px}
.header-row nav{gap:14px;font-size:.82rem}
.brand small{font-size:.67rem}
.card{padding:23px}
.banner,.footer-row{display:block}
.footer-row nav{margin-top:25px}
.banner .actions{margin-top:25px}
.price{font-size:1.8rem}
th,td{padding:12px}
.actions .button{max-width:100%}
}


/* v1.1: visual continuity with the original Oxygen/Hyper homepage. */
:root{--navy:#313a46;--teal:#6257c9;--teal-dark:#4c419f;--ink:#36404a;--muted:#64707e;--line:#dfe3ee;--wash:#f7f8fc;--soft:#eeedfc;--brand-purple:#727cf5}
body{font-family:"Open Sans",Arial,Helvetica,sans-serif}
img{max-width:100%;height:auto}
h1,h2,h3{overflow-wrap:anywhere}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{border-top:4px solid var(--brand-purple);box-shadow:0 2px 15px rgba(39,43,74,.04)}
.header-row{min-height:106px;gap:22px}
.brand{gap:18px;white-space:normal;flex-shrink:0}
.brand-logo{display:block;width:224px;height:auto}
.brand-caption{padding-left:16px;border-left:1px solid var(--line);font-size:.64rem;line-height:1.55;color:var(--muted);font-weight:400}
.header-row nav{gap:20px;font-size:.84rem}
.header-row nav .nav-account{border-color:var(--teal);background:var(--teal);color:white;border-radius:4px;white-space:nowrap}
.header-row nav .nav-account:hover{background:var(--teal-dark)}
.hero{background:linear-gradient(115deg,#f1effb,#f7f8fd);padding:60px 0}
.hero h1{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.025em}
.hero .lead{max-width:770px}
.card{border-radius:7px;box-shadow:0 4px 22px rgba(41,45,74,.035)}
.card.emphasis{border-color:var(--brand-purple)}
.card p,.card a,.card li{overflow-wrap:anywhere}
.button{border-radius:4px;font-weight:600}
.badge{background:var(--soft);color:var(--teal-dark)}
.plan-card h2{font-size:clamp(1.22rem,2.05vw,1.7rem);line-height:1.25;letter-spacing:-.02em;max-width:100%;overflow-wrap:anywhere;word-break:normal;hyphens:auto}
.plan-card>div,.plan-card form,.plan-card .button{min-width:0;max-width:100%}
.plan-card .price{font-size:1.95rem}
.plan-card .features{font-size:.92rem}
.plan-card .button{white-space:normal;overflow-wrap:anywhere;padding-left:14px;padding-right:14px}
.banner>div{min-width:0}
.banner>.button{flex-shrink:0}
.site-footer{background:#313a46;color:#c4cad1;border:0;padding:50px 0}
.footer-row nav a{color:#e2e4ff}
.footer-row nav a:hover{color:white}
.footer-brand{display:inline-block}
.footer-brand img{display:block;height:60px;width:auto;max-width:100%;object-fit:contain;object-position:left}
.home-slider{position:relative;background:#222534;color:#fff;min-height:570px;isolation:isolate}
.home-slide{position:relative;display:flex;align-items:center;min-height:650px;min-height:clamp(570px,74vh,790px);padding:86px 0 125px}
.home-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,15,28,.61),rgba(20,21,35,.56));z-index:-1}
.home-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}
.home-caption{text-align:center;width:100%;max-width:1160px}
.home-caption .home-kicker{font-size:.84rem;letter-spacing:.14em;text-transform:uppercase;color:#e5e5f1;margin-bottom:26px;line-height:1.65}
.home-caption h1,.home-caption h2{color:white;font-size:clamp(2.8rem,5.4vw,4.7rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;text-transform:uppercase;margin:0 0 30px}
.home-caption h1 span,.home-caption h2 span{color:#a3a2ff}
.home-caption>p:not(.home-kicker){font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.7;color:#f4f3fa;margin-bottom:36px}
.home-caption .actions{justify-content:center;gap:16px}
.home-caption .home-button{background:#5c63cf;border-color:#5c63cf;color:white;padding:15px 27px}
.home-caption .home-button:hover{background:#5d66d9;border-color:#5d66d9}
.home-caption .home-button-outline{background:rgba(0,0,0,.1);border-color:rgba(255,255,255,.75);color:#fff;padding:15px 27px}
.home-caption .home-button-outline:hover{background:rgba(114,124,245,.3);border-color:#fff}
.home-slider-controls{position:absolute;bottom:63px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;z-index:2}
.home-arrow{display:grid;place-items:center;width:42px;height:42px;padding:0;background:transparent;color:white;border:1px solid rgba(255,255,255,.6);border-radius:50%;font:31px/1 Arial,sans-serif;cursor:pointer}
.home-arrow:hover{background:var(--brand-purple);border-color:var(--brand-purple)}
.home-slider-dots{display:flex;align-items:center}
.home-slider-dots button{width:34px;height:44px;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;padding:0}
.home-slider-dots span{display:block;width:7px;height:7px;background:rgba(255,255,255,.45);border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.2)}
.home-slider-dots button[aria-pressed=true] span{background:white;box-shadow:0 0 0 5px rgba(255,255,255,.14)}
.home-scroll{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);text-decoration:none;color:#ddddea;white-space:nowrap;font-size:.77rem}
.home-scroll span{display:inline-block;margin-left:8px}
.home-scroll:hover{color:white}
.home-welcome{padding:76px 0 92px;background:linear-gradient(160deg,#7054cd,#606bd7);color:white;position:relative}
.home-welcome:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:30px;background:#fff;clip-path:polygon(0 100%,100% 0,100% 100%)}
.home-welcome-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}
.home-welcome h2{font-size:clamp(1.7rem,2.6vw,2.25rem);font-weight:400;line-height:1.35;letter-spacing:-.01em}
.home-welcome .eyebrow{color:#ece9ff;font-size:.75rem;letter-spacing:.05em;line-height:1.7}
.home-welcome .lead{color:#fff;font-size:1.1rem}
.home-welcome p{color:#f0effc}
.home-welcome .button{background:#087c5d;border-color:#087c5d;color:#fff}
.home-welcome .button:hover{background:#066047}
.home-text-link{color:#fff;font-size:.9rem}
.home-text-link:hover{color:#fff}
.home-illustration{display:block;width:100%;height:auto;max-width:470px;justify-self:center}
.home-section-heading{max-width:820px;margin:0 auto 35px;text-align:center}
.home-section-heading .eyebrow{margin-bottom:16px}
.home-section-heading .lead{font-size:1.05rem}
.home-product{display:flex;flex-direction:column;padding:36px}
.home-product>.badge{align-self:flex-start;margin-bottom:22px}
.home-product h3{font-size:1.65rem;font-weight:500;line-height:1.3}
.home-product .features{flex:1}
.home-product .actions{margin-top:8px}
@media(min-width:1051px) and (max-width:1180px){.brand-caption{display:none}.header-row nav{gap:18px}}
@media(max-width:1050px){.header-row{min-height:0;padding-top:18px;padding-bottom:18px;gap:20px}.header-row nav{width:100%;justify-content:space-between;gap:14px}.home-welcome-grid{gap:35px}.home-caption h2{font-size:clamp(2.5rem,5.5vw,4.7rem)}}
@media(max-width:760px){.brand-logo{width:210px}.header-row nav{justify-content:flex-start;gap:12px 20px}.header-row nav .nav-account{padding:6px 12px}.hero{padding:42px 0}.plan-card h2{font-size:clamp(1.35rem,4vw,1.7rem)}.home-slide{min-height:610px;padding:66px 0 132px}.home-caption h1,.home-caption h2{font-size:clamp(2.25rem,7.8vw,3.5rem);line-height:1.15}.home-caption .home-kicker{font-size:.67rem;letter-spacing:.08em;margin-bottom:24px}.home-caption>p:not(.home-kicker){font-size:1.05rem}.home-caption .actions{gap:12px}.home-caption .home-button,.home-caption .home-button-outline{font-size:.88rem;padding:13px 20px}.home-welcome{padding:47px 0 65px}.home-welcome-grid{grid-template-columns:1fr}.home-illustration{max-width:340px;margin-top:8px}.home-product{padding:26px}.home-product h3{font-size:1.45rem}.home-section-heading{text-align:left}.site-footer{padding:38px 0}}
@media(max-width:450px){.brand-caption{display:none}.header-row nav{font-size:.79rem;column-gap:17px}.home-slide{min-height:620px}.home-caption .actions{flex-direction:column}.home-caption .button{width:100%;max-width:310px}.home-caption>p br{display:none}.home-welcome .actions{align-items:flex-start;flex-direction:column}.home-slider-controls{gap:12px}.home-arrow{width:40px;height:40px}}
