@import url("seo-content.css");
@import url("navigation.css");
:root{--navy:#071a33;--blue:#1269f6;--slate:#53677f;--line:#dce5ef;--soft:#f5f8fc}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--navy);font-family:Arial,Helvetica,sans-serif;line-height:1.7}
a{color:inherit;text-decoration:none}
.content-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}
.content-nav{max-width:1120px;height:82px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}
.content-nav img{height:58px;width:auto}
.content-nav div{display:flex;align-items:center;font-size:15px;font-weight:650}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;background:var(--blue);color:#fff;font-weight:700}
.article-hero{background:linear-gradient(135deg,#f7faff,#eaf3ff);padding:90px 28px}
.article-hero>div,.article-layout{max-width:920px;margin:auto}
.eyebrow{color:var(--blue);font-size:12px;letter-spacing:.16em;font-weight:800}
.article-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.05;letter-spacing:-.045em;max-width:850px;margin:18px 0 22px}
.article-hero p{font-size:20px;color:var(--slate);max-width:760px}
.article-layout{padding:70px 28px 100px}
.article-layout h2{font-size:34px;line-height:1.2;letter-spacing:-.03em;margin:55px 0 16px}
.article-layout h3{font-size:23px;margin-top:34px}
.article-layout p,.article-layout li{color:#40566f;font-size:17px}
.article-layout li{margin:8px 0}
.summary,.cta-box{padding:28px 30px;border-radius:14px}
.summary{background:var(--soft);border:1px solid var(--line)}
.summary strong{display:block;margin-bottom:8px}
.comparison{width:100%;border-collapse:collapse;margin:28px 0}
.comparison th,.comparison td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}
.comparison th{background:var(--soft)}
.cta-box{background:var(--navy);color:#fff;margin-top:60px}
.cta-box p{color:#c5d2e1}
.cta-box .button{margin-top:8px}
.content-footer{background:#061426;color:#9eafc3;padding:35px 28px}
.content-footer>div{max-width:1120px;margin:auto;display:flex;justify-content:space-between;gap:20px}
.content-footer a{color:#fff}
@media(max-width:700px){.content-nav div>a:not(.button){display:none}
.article-hero{padding:65px 20px}
.article-layout{padding:50px 20px 75px}
.comparison{font-size:14px}
.comparison th,.comparison td{padding:10px}
.content-footer>div{flex-direction:column}
}

.consent-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:1000;max-width:1120px;margin:auto;padding:22px 24px;border:1px solid #c9d7e7;border-radius:14px;background:#fff;box-shadow:0 18px 55px rgba(7,26,51,.24);display:flex;align-items:center;justify-content:space-between;gap:28px;text-align:left}
.consent-banner strong{font-size:17px}
.consent-banner p{margin:5px 0 0;color:#52667e;font-size:14px;line-height:1.5}
.consent-banner a{color:#1269f6;text-decoration:underline}
.consent-actions{display:flex;gap:10px;flex:0 0 auto}
.consent-actions button{min-height:44px;padding:0 17px;border-radius:7px;border:1px solid #9fb1c6;background:#fff;color:#071a33;font-weight:700;cursor:pointer}
.consent-actions .consent-accept{border-color:#1269f6;background:#1269f6;color:#fff}
@media(max-width:760px){.consent-banner{left:12px;right:12px;bottom:12px;align-items:stretch;flex-direction:column;gap:16px}
.consent-actions{flex-direction:column-reverse}
.consent-actions button{width:100%}
}

/* Keep the public-page header identical to the homepage header. */
html{scroll-padding-top:92px}
.content-header{height:76px;background:rgba(255,255,255,.96);z-index:20;backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(7,26,51,.04)}
.content-nav{max-width:1480px;height:100%;padding:0 32px;gap:34px;justify-content:flex-start}
.content-nav>a:first-child{display:inline-flex;align-items:center;flex:0 0 auto}
.content-nav img{display:block;height:56px}
.content-nav .content-links{display:flex;align-items:center;gap:34px;width:100%;margin-left:auto;font-size:15px;font-weight:650}
.content-links a:nth-child(5){margin-left:auto}
.content-header .content-links>.button{min-height:46px;padding:0 22px;border:1px solid var(--blue);border-radius:8px;background:#fff;color:var(--blue)}
@media(max-width:700px){.content-nav{padding:0 20px}.content-nav img{height:52px}.content-header .content-links{width:auto;margin-left:auto}.content-links a:nth-child(5){margin-left:0}}

/* Homepage-equivalent three-part navigation used by the knowledge base. */
.content-nav:has(.content-main-links){display:flex;justify-content:space-between}
.content-main-links{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:650;justify-self:center}
.content-actions{display:flex;align-items:center;gap:20px;font-size:15px;font-weight:650;justify-self:end}
.content-header .content-actions>.button{min-height:46px;padding:0 22px;border:1px solid var(--blue);border-radius:8px;background:#fff;color:var(--blue)}
@media(max-width:900px){.content-main-links{gap:20px}.content-actions{gap:14px}}
@media(max-width:700px){.content-main-links{display:none}.content-actions{margin-left:auto}.content-actions>a:first-child{display:none}}
