:root { --ink: #102b3a; --slate: #5f727d; --muted: #edf2f1; --sand: #f7f7f3; --paper: #ffffff; --teal: #1f7775; --gold: #c9a96e; --line: #dbe4e3; --serif: Georgia, "Times New Roman", serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 56px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; line-height: 1; }
.brand-mark { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 21px; font-style: italic; }
.brand strong { display: block; font-size: 21px; letter-spacing: .04em; font-weight: 600; }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.7); }
.main-nav { display: flex; gap: 27px; color: rgba(255,255,255,.78); font-size: 14px; }
.main-nav a:hover, .footer-links a:hover { color: #fff; }
.header-cta { border: 1px solid rgba(255,255,255,.45); border-radius: 3px; padding: 10px 15px; font-size: 13px; color: #fff; }
.arrow-icon { margin-left: 7px; font-size: 18px; line-height: 0; vertical-align: -1px; }
.hero { min-height: 740px; padding: 163px 0 86px; position: relative; overflow: hidden; background: linear-gradient(115deg, #0c2939 0%, #133c4a 62%, #17525a 100%); color: #fff; }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 35%; opacity: .09; background: linear-gradient(170deg, transparent 49%, #d3b47a 50%, transparent 51%) 0 40px / 100% 150px; pointer-events: none; }
.hero-landmarks { position: absolute; inset: 0; pointer-events: none; opacity: .78; }
.hero-glow { position: absolute; width: 580px; height: 580px; border-radius: 50%; right: -90px; top: 72px; background: radial-gradient(circle, rgba(90,181,174,.2), transparent 69%); }
.mountains { position: absolute; bottom: 0; left: -8%; width: 120%; height: 240px; background: #0b2b3b; clip-path: polygon(0 100%, 0 80%, 9% 57%, 15% 73%, 23% 39%, 34% 73%, 43% 30%, 52% 70%, 61% 50%, 70% 72%, 82% 39%, 92% 68%, 100% 53%, 100% 100%); }
.mountains-back { bottom: 37px; opacity: .38; transform: scaleY(.8); background: #5f8a8a; }
.mountains-front { opacity: .8; }
.castle { position: absolute; bottom: 94px; width: 88px; height: 64px; border-bottom: 3px solid rgba(210,183,128,.65); border-left: 2px solid rgba(210,183,128,.5); border-right: 2px solid rgba(210,183,128,.5); opacity: .55; }
.castle:before, .castle:after { content: ""; position: absolute; bottom: 0; width: 18px; height: 93px; border: 2px solid rgba(210,183,128,.6); border-bottom: 0; }
.castle:before { left: 7px; } .castle:after { right: 7px; }
.castle-left { left: 8%; transform: scale(.75); } .castle-right { right: 20%; transform: scale(.55); opacity: .3; }
.ufo { position: absolute; right: 9%; top: 40%; width: 72px; height: 23px; border-radius: 50%; border: 2px solid rgba(207,183,132,.5); transform: rotate(-5deg); opacity: .47; }
.ufo:before { content: ""; position: absolute; left: 19px; top: -12px; width: 29px; height: 15px; border-radius: 50% 50% 0 0; border: 2px solid rgba(207,183,132,.5); border-bottom: 0; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: 80px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; color: var(--teal); }
.hero .eyebrow { color: #d8bd84; display: flex; gap: 10px; align-items: center; }
.eyebrow-line { width: 33px; height: 1px; background: currentColor; display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6vw, 76px); max-width: 690px; margin-bottom: 27px; }
h1 em, h2 em { color: #d2b67b; font-style: normal; }
.hero-lead { max-width: 600px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; margin-bottom: 16px; }
.hero-digital { max-width: 600px; color: #fff; font-size: 14px; line-height: 1.55; padding-left: 16px; border-left: 2px solid #c9a96e; margin-bottom: 28px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-bottom: 43px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 19px; border-radius: 3px; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #d2b477; color: #132e3b; }
.button-primary:hover { background: #e0c790; }
.button-outline { border-color: var(--teal); color: var(--teal); }
.text-link { color: inherit; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 14px; font-weight: 700; }
.hero .text-link { color: #fff; }
.proof-strip { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.7); font-size: 12px; }
.proof-strip b { color: #d5b979; margin-right: 4px; }
.hero-card { align-self: end; margin-bottom: 35px; padding: 28px; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 4px; box-shadow: 0 22px 65px rgba(0,0,0,.18); transform: rotate(1deg); }
.hero-card-top { text-transform: uppercase; color: var(--teal); font-size: 10px; letter-spacing: .12em; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ca98d; box-shadow: 0 0 0 4px #e4f2ed; }
.hero-card-title { font-family: var(--serif); font-size: 29px; margin-top: 22px; }
.hero-card p { color: var(--slate); font-size: 14px; margin: 4px 0 27px; }
.progress-row { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.progress-row strong { color: var(--teal); }
.progress { height: 8px; background: #e5edeb; border-radius: 8px; overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--teal); border-radius: 8px; }
.mini-list { display: grid; gap: 9px; border-top: 1px solid var(--line); margin-top: 25px; padding-top: 20px; font-size: 13px; }
.check-icon { color: var(--teal); font-weight: 700; margin-right: 8px; }
.hero-card-foot { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 15px; color: #839297; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.trust-bar { background: #0b2230; color: rgba(255,255,255,.7); }
.trust-inner { min-height: 62px; display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .12em; }
.trust-inner i { height: 20px; border-left: 1px solid rgba(255,255,255,.24); }
.trust-inner p { margin: 0 0 0 auto; font-family: var(--serif); color: rgba(255,255,255,.86); font-size: 15px; letter-spacing: 0; }
.section { padding: 112px 0; }
.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: start; }
h2 { font-size: clamp(38px, 4.3vw, 58px); margin-bottom: 22px; }
.intro-grid h2 { max-width: 500px; }
.intro-text { color: var(--slate); font-size: 17px; max-width: 500px; }
.intro-text p { margin-bottom: 17px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 90px; border-top: 1px solid var(--line); padding-top: 23px; }
.stats-row div { display: flex; flex-direction: column; gap: 3px; }
.stats-row strong { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--ink); }
.stats-row span { font-size: 12px; color: var(--slate); }
.process-section { background: #eef3f1; }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { text-align: center; max-width: 670px; margin-left: auto; margin-right: auto; }
.section-heading.centered p:last-child { color: var(--slate); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { position: relative; background: #fff; padding: 31px; min-height: 318px; border-top: 3px solid #cad9d5; }
.featured-step { border-top-color: var(--teal); box-shadow: 0 15px 35px rgba(16,43,58,.08); }
.step-number { position: absolute; right: 26px; top: 20px; color: #b9c7c5; font-size: 12px; letter-spacing: .08em; }
.step-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e8f1ee; color: var(--teal); font-size: 24px; margin-bottom: 26px; }
h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.2; margin-bottom: 11px; }
.process-card p, .guideline-card p { color: var(--slate); font-size: 14px; line-height: 1.6; }
.process-card a, .guideline-card a, .blog-card a { position: absolute; bottom: 27px; font-size: 12px; color: var(--teal); font-weight: 700; }
.compliance-note { display: flex; gap: 13px; align-items: center; max-width: 690px; margin: 46px auto 0; color: var(--slate); font-size: 13px; }
.compliance-note > span { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--teal); color: #fff; }
.compliance-note p { margin: 0; }
.compliance-note strong { color: var(--ink); }
.guidelines-section { background: #fff; }
.split-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.split-heading > p { max-width: 360px; color: var(--slate); margin-bottom: 25px; }
.tabs { display: flex; border-bottom: 1px solid var(--line); gap: 30px; margin-bottom: 30px; }
.tabs button { border: 0; background: none; padding: 0 0 14px; color: #829197; font-size: 15px; font-weight: 700; border-bottom: 2px solid transparent; }
.tabs button.active { color: var(--teal); border-bottom-color: var(--teal); }
.guidelines-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.guideline-card { position: relative; min-height: 238px; padding: 25px; background: var(--sand); border: 1px solid #e8ece9; }
.guideline-card h3 { font-size: 22px; max-width: 250px; padding-right: 20px; }
.card-index { font-size: 11px; color: var(--gold); letter-spacing: .13em; font-weight: 700; }
.custom-note { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 28px; padding: 23px 26px; background: #eaf3f0; }
.custom-note div { display: flex; flex-direction: column; gap: 3px; }
.custom-note strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.custom-note span { color: var(--slate); font-size: 13px; }
.benefits-section { background: #102d3b; color: #fff; }
.benefits-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 130px; align-items: center; }
.benefits-copy h2 { max-width: 470px; }
.benefits-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 450px; margin-bottom: 30px; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 38px; }
.benefit-list > div { display: flex; gap: 15px; border-top: 1px solid rgba(255,255,255,.17); padding-top: 20px; }
.benefit-icon { font-size: 27px; color: #d2b477; line-height: 1; }
.benefit-list h3 { font-size: 21px; margin-bottom: 6px; }
.benefit-list p { color: rgba(255,255,255,.63); margin: 0; font-size: 13px; line-height: 1.55; }
.quote-section { background: #f3f3ed; padding: 90px 0; }
.quote-grid { max-width: 810px; text-align: center; }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 67px; height: 55px; line-height: 1; }
blockquote { margin: 0 auto 28px; font-family: var(--serif); font-size: clamp(27px, 3.2vw, 40px); line-height: 1.2; letter-spacing: -.025em; }
.quote-source { display: inline-flex; gap: 10px; align-items: center; text-align: left; }
.source-avatar { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); font-family: var(--serif); font-size: 20px; }
.quote-source strong, .quote-source span:last-child { display: block; }
.quote-source strong { font-size: 13px; }
.quote-source span:last-child { color: var(--slate); font-size: 11px; }
.blog-section { background: #fff; }
.blog-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 17px; }
.blog-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--line); }
.blog-featured { background: #0e3441; color: #fff; border-color: #0e3441; }
.blog-label { display: inline-block; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .15em; margin-bottom: 28px; }
.blog-featured .blog-label { color: #d2b477; }
.blog-card h3 { font-size: 24px; max-width: 345px; }
.blog-card p { color: var(--slate); font-size: 14px; max-width: 350px; }
.blog-featured p { color: rgba(255,255,255,.65); }
.blog-card a { bottom: 26px; }
.blog-featured a { color: #d2b477; }
.faq-section { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.faq-intro > p:not(.eyebrow) { color: var(--slate); max-width: 340px; margin-bottom: 28px; }
.faq-intro .text-link { color: var(--teal); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; background: none; border: 0; display: flex; justify-content: space-between; gap: 25px; padding: 21px 0; text-align: left; color: var(--ink); font-size: 16px; font-weight: 700; }
.faq-item button b { color: var(--teal); font-size: 23px; font-weight: 400; line-height: 1; }
.faq-item p { color: var(--slate); font-size: 14px; margin: -7px 32px 22px 0; }
.contact-section { background: #dfeae7; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy h2 { max-width: 490px; }
.contact-copy > p:not(.eyebrow) { color: var(--slate); max-width: 480px; }
.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 32px; color: var(--ink); font-size: 14px; }
.contact-details b { color: var(--teal); font-size: 18px; margin-right: 8px; }
.contact-form-wrap { background: #fff; padding: 33px; box-shadow: 0 15px 40px rgba(16,43,58,.08); }
.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d5e0de; border-radius: 2px; padding: 12px 13px; color: var(--ink); background: #fcfdfc; font-size: 14px; outline: none; }
.contact-form textarea { resize: vertical; min-height: 106px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 2px rgba(31,119,117,.12); }
.contact-form small { color: #8a989a; font-size: 10px; line-height: 1.4; }
.success-message { text-align: center; padding: 60px 20px; }
.success-icon { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: #e4f1ec; color: var(--teal); font-size: 26px; }
.success-message h3 { margin-bottom: 8px; }
.success-message p { color: var(--slate); font-size: 14px; }
.success-message .text-link { color: var(--teal); background: none; border: 0; }
.site-footer { background: #0b2230; color: #fff; padding: 50px 0 20px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr .45fr; gap: 40px; align-items: start; padding-bottom: 55px; }
.footer-brand { align-self: start; }
.footer-inner > p { color: rgba(255,255,255,.58); font-size: 13px; margin: 2px 0 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; color: rgba(255,255,255,.68); font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 17px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: 10px; }
@media (max-width: 900px) { .main-nav { display: none; } .hero-grid, .benefits-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; } .hero { min-height: auto; padding-bottom: 105px; } .hero-card { max-width: 500px; width: 100%; margin: 0; } .intro-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; } .guidelines-grid { grid-template-columns: repeat(2, 1fr); } .benefit-list { max-width: 650px; } .contact-grid { gap: 40px; } }
@media (max-width: 620px) { body { font-size: 16px; } .container { width: min(100% - 34px, 1160px); } .header-inner { height: 74px; } .header-cta { padding: 8px 10px; font-size: 11px; } .brand strong { font-size: 18px; } .brand small { font-size: 7px; } .hero { padding-top: 128px; } h1 { font-size: 48px; } .hero-lead { font-size: 17px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 30px; } .proof-strip { gap: 9px 14px; } .trust-inner { flex-wrap: wrap; padding: 14px 0; gap: 8px 11px; } .trust-inner p { flex-basis: 100%; margin-top: 6px; } .section { padding: 76px 0; } h2 { font-size: 40px; } .stats-row, .process-grid, .guidelines-grid, .blog-grid, .benefit-list { grid-template-columns: 1fr; } .stats-row { margin-top: 55px; gap: 16px; } .process-grid { gap: 12px; } .process-card { min-height: 290px; } .split-heading { display: block; } .split-heading > p { margin-top: 0; } .tabs { gap: 20px; overflow-x: auto; white-space: nowrap; } .tabs button { font-size: 13px; } .guideline-card { min-height: 220px; } .custom-note { align-items: flex-start; flex-direction: column; } .benefits-grid { gap: 35px; } .benefit-list { gap: 22px; } .blog-card { min-height: 260px; } .faq-grid { gap: 48px; } .contact-form-wrap { padding: 22px 18px; } .form-row { grid-template-columns: 1fr; } .footer-inner { grid-template-columns: 1fr; gap: 20px; padding-bottom: 35px; } .footer-links { align-items: flex-start; } .footer-bottom { flex-direction: column; gap: 7px; } }
