@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --wine: #921438;
    --wine-dark: #65091f;
    --wine-soft: #f5e9ed;
    --ink: #191719;
    --muted: #6f686b;
    --line: #e8e2e4;
    --cream: #f7f4f2;
    --white: #fff;
    --radius: 26px;
    --shadow: 0 24px 70px rgba(68, 15, 31, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Manrope, Arial, sans-serif; background: #fff; }
body, input, select, textarea, button { font: 500 16px/1.6 Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 120px 0; }
.header { height: 90px; display: flex; align-items: center; position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(232,226,228,.8); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand img { width: 205px; height: auto; }
.nav { display: flex; gap: 28px; margin-left: auto; }
.nav a { font-size: 14px; font-weight: 700; transition: color .2s; }
.nav a:hover { color: var(--wine); }
.header-phone { border-left: 1px solid var(--line); padding-left: 30px; color: var(--wine); font-size: 15px; font-weight: 800; line-height: 1.3; }
.header-phone small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }

.hero { min-height: 760px; display: flex; position: relative; overflow: hidden; background: linear-gradient(120deg, #fff 0%, #fff 54%, #f7ecef 54%, #f3e2e7 100%); }
.hero::before { content: ""; width: 460px; height: 460px; border: 1px solid rgba(146,20,56,.12); border-radius: 50%; position: absolute; right: -150px; top: -180px; }
.hero-lines { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(146,20,56,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(146,20,56,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent 40%, #000); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 95px 40px 85px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--wine); text-transform: uppercase; letter-spacing: 2.4px; font-size: 11px; font-weight: 800; margin-bottom: 25px; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #e9b6c4; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.035em; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(52px, 5.5vw, 79px); max-width: 750px; }
h2 { font-size: clamp(42px, 4.4vw, 64px); }
.hero-copy > p { max-width: 610px; color: var(--muted); font-size: 18px; margin: 28px 0 38px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 100px; padding: 0 28px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: #fff; box-shadow: 0 14px 32px rgba(146,20,56,.25); }
.button-light { background: #fff; border: 1px solid var(--line); }
.button-white { background: #fff; color: var(--wine); width: 100%; }
.hero-trust { display: flex; gap: 35px; margin-top: 58px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.hero-trust span { font-size: 11px; color: var(--muted); margin-top: 4px; }
.hero-visual { min-height: 670px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-card { width: min(390px, 78%); aspect-ratio: .86; display: flex; align-items: center; justify-content: center; border-radius: 190px 190px 45px 45px; background: linear-gradient(150deg, rgba(255,255,255,.92), rgba(255,255,255,.5)); box-shadow: var(--shadow); border: 1px solid #fff; position: relative; z-index: 2; overflow: hidden; }
.hero-shield { width: 76%; filter: drop-shadow(0 28px 25px rgba(91,4,28,.25)); transform: translateY(-30px); }
.hero-person { position: absolute; width: 115%; max-width: none; height: 108%; bottom: -8%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 26px rgba(91,4,28,.16)); }
.hero-upload { width: 100%; height: 100%; object-fit: cover; }
.policy-card { position: absolute; bottom: 37px; left: 8%; width: 84%; background: rgba(255,255,255,.94); padding: 16px 18px; border-radius: 14px; box-shadow: 0 12px 35px rgba(40,8,18,.18); backdrop-filter: blur(12px); }
.policy-card img { width: 90px; }
.policy-card span { display: block; margin-top: 9px; color: var(--wine); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.policy-card strong { display: block; font-size: 15px; margin-top: 2px; }
.policy-card small { display: block; color: #9b9396; letter-spacing: 2px; font-size: 8px; margin-top: 7px; }
.hero-orbit { position: absolute; border: 1px solid rgba(146,20,56,.14); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 470px; height: 470px; }
.floating-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; border-radius: 16px; padding: 12px 16px; background: #fff; box-shadow: 0 15px 35px rgba(85,16,36,.16); font-size: 10px; color: var(--muted); line-height: 1.25; }
.floating-badge b { background: var(--wine-soft); color: var(--wine); width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; }
.floating-badge strong { color: var(--ink); }
.badge-top { top: 21%; right: 0; }
.badge-bottom { bottom: 18%; left: 0; }
.marquee { overflow: hidden; background: var(--wine); color: #fff; padding: 15px 0; white-space: nowrap; }
.marquee div { font-size: 12px; font-weight: 800; letter-spacing: 4px; text-align: center; }
.marquee span { margin: 0 26px; color: #e9a8ba; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-art { min-height: 580px; position: relative; }
.about-photo { position: absolute; width: 74%; height: 88%; top: 0; right: 0; border-radius: 200px 200px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-person { background: radial-gradient(circle at 50% 24%, #fff 0, #f7e9ed 47%, #e7cad3 100%); }
.about-person::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(146,20,56,.14); border-radius: 50%; top: 10%; left: 14%; }
.about-person img { position: relative; z-index: 1; object-fit: contain; object-position: center bottom; transform: scale(1.08); transform-origin: center bottom; }
.about-number { position: absolute; left: 0; top: 34px; font: 700 120px/1 "Playfair Display", serif; color: var(--wine-soft); }
.about-stamp { position: absolute; bottom: 0; left: 7%; width: 170px; height: 170px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-align: center; color: #fff; background: var(--wine); box-shadow: 0 18px 45px rgba(146,20,56,.28); }
.about-stamp strong { font: 700 34px/1 "Playfair Display", serif; }
.about-stamp span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; }
.section-copy > p, .section-heading p { color: var(--muted); line-height: 1.85; font-size: 16px; margin: 28px 0; }
.feature-list { margin-top: 38px; }
.feature-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; border-top: 1px solid var(--line); padding: 22px 0; }
.feature-list b { color: var(--wine); font-size: 11px; }
.feature-list span { color: var(--muted); font-size: 13px; }
.feature-list strong { color: var(--ink); display: block; font-size: 16px; margin-bottom: 3px; }

.services { background: #21181b; color: #fff; position: relative; overflow: hidden; }
.services::after { content: "ALI"; position: absolute; right: -50px; bottom: -105px; font: 700 330px/1 "Playfair Display", serif; color: rgba(255,255,255,.018); }
.section-heading { display: flex; justify-content: space-between; gap: 80px; align-items: end; margin-bottom: 60px; position: relative; z-index: 1; }
.section-heading p { max-width: 420px; color: #aea5a8; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: 32px; border: 1px solid #43363a; margin-right: -1px; transition: background .25s, transform .25s; }
.service-card:hover { background: var(--wine); transform: translateY(-8px); border-color: var(--wine); }
.service-top { display: flex; justify-content: space-between; align-items: start; }
.service-top > span { color: #85777b; font-size: 11px; }
.service-card:hover .service-top > span { color: #e7aabd; }
.service-top svg { width: 48px; height: 48px; fill: none; stroke: #cb6b87; stroke-width: 1.5; }
.service-card:hover svg { stroke: #fff; }
.service-card h3 { font: 600 25px/1.2 "Playfair Display", serif; margin: 68px 0 18px; }
.service-card p { color: #aaa0a3; font-size: 13px; line-height: 1.8; margin: 0; }
.service-card:hover p { color: #edd8de; }
.service-card a { margin-top: auto; display: flex; justify-content: space-between; border-top: 1px solid #43363a; padding-top: 18px; font-size: 12px; font-weight: 800; }
.service-card:hover a { border-color: rgba(255,255,255,.25); }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.text-link { display: inline-flex; gap: 22px; color: var(--wine); font-size: 13px; font-weight: 800; border-bottom: 1px solid #cda4b0; padding-bottom: 8px; }
.process-agent { width: 300px; height: 235px; position: relative; overflow: hidden; margin-top: 55px; border-radius: 150px 150px 22px 22px; background: linear-gradient(145deg, #fff, #ebdce0); box-shadow: 0 18px 45px rgba(66,20,34,.11); }
.process-agent img { width: 115%; max-width: none; height: 112%; object-fit: contain; object-position: center bottom; transform: translate(-6%, 6%); }
.process-agent span { position: absolute; z-index: 2; left: 18px; bottom: 14px; max-width: 130px; padding: 8px 11px; border-radius: 9px; color: #fff; background: var(--wine); font-size: 9px; font-weight: 800; line-height: 1.35; }
.steps { border-top: 1px solid #dcd5d6; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 35px 0; border-bottom: 1px solid #dcd5d6; }
.step > b { width: 48px; height: 48px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--wine); font-size: 11px; box-shadow: 0 8px 22px rgba(60,20,30,.08); }
.step h3 { margin: 0 0 7px; font: 600 24px/1.3 "Playfair Display", serif; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; display: grid; grid-template-columns: 45px 1fr 35px; gap: 15px; align-items: center; cursor: pointer; padding: 25px 0; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--wine); font-size: 10px; }
.faq-item summary b { font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item p { color: var(--muted); font-size: 14px; padding: 0 50px 25px 60px; margin: 0; }

.request-section { padding: 110px 0; color: #fff; background: radial-gradient(circle at 10% 10%, #b72a50, transparent 37%), var(--wine-dark); position: relative; overflow: hidden; }
.request-section::after { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -200px; top: -200px; }
.request-grid { display: grid; grid-template-columns: 1fr 480px; gap: 100px; position: relative; z-index: 1; }
.request-copy { position: relative; min-height: 560px; }
.request-copy > p { max-width: 560px; color: #e5c8d1; margin: 28px 0 35px; }
.request-copy > a { font: 600 30px/1 "Playfair Display", serif; }
.request-agent { position: absolute; right: -70px; bottom: -110px; width: 360px; height: 445px; overflow: hidden; pointer-events: none; }
.request-agent::before { content: ""; position: absolute; width: 290px; height: 290px; right: 10px; bottom: 25px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.request-agent img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 30px rgba(32,0,10,.25)); }
.request-form { border-radius: var(--radius); background: #fff; color: var(--ink); padding: 36px; box-shadow: var(--shadow); }
.request-form label { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 800; margin-bottom: 18px; }
.request-form input, .request-form select, .request-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 9px 0; color: var(--ink); outline: none; background: #fff; resize: vertical; text-transform: none; letter-spacing: 0; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--wine); }
.request-form .button { background: var(--wine); color: #fff; margin-top: 5px; }
.request-form > small { display: block; text-align: center; color: #9a9295; font-size: 9px; margin-top: 13px; }
.form-success, .form-error { padding: 12px 15px; border-radius: 10px; margin-bottom: 16px; font-size: 12px; }
.form-success { color: #126136; background: #e7f5ed; }
.form-error { color: #9b1739; background: #f9e9ed; }

.footer { padding: 75px 0 25px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr 1.2fr; gap: 60px; }
.footer-brand img { width: 190px; }
.footer-brand p, .footer-grid p, .footer-grid span { color: var(--muted); font-size: 12px; max-width: 260px; line-height: 1.8; }
.footer-grid h3 { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--wine); margin: 0 0 20px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 12px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 55px; padding-top: 22px; color: #999195; font-size: 10px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
    .header { height: 76px; }
    .brand img { width: 170px; }
    .header-phone { display: none; }
    .menu-toggle { display: block; z-index: 2; }
    .nav { display: none; position: absolute; left: 0; right: 0; top: 75px; background: #fff; padding: 25px 20px; flex-direction: column; box-shadow: 0 20px 40px rgba(0,0,0,.08); }
    .nav.is-open { display: flex; }
    .hero { background: linear-gradient(180deg, #fff 0%, #fff 57%, #f5e5ea 57%); }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 80px 0 50px; }
    .hero-visual { min-height: 600px; }
    .about-grid, .process-grid, .faq-grid, .request-grid { grid-template-columns: 1fr; gap: 65px; }
    .about-art { max-width: 570px; width: 100%; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .request-grid { max-width: 720px; }
    .request-copy { min-height: 520px; }
    .request-agent { right: 0; }
    .request-form { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 82px 0; }
    h1 { font-size: 46px; }
    h2 { font-size: 39px; }
    .hero-copy { padding-top: 60px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions, .hero-actions .button { width: 100%; }
    .hero-trust { gap: 15px; }
    .hero-trust span { display: none; }
    .hero-visual { min-height: 480px; }
    .hero-card { width: 82%; }
    .floating-badge { transform: scale(.85); }
    .badge-top { right: -15px; }
    .badge-bottom { left: -15px; }
    .marquee div { text-align: left; }
    .about-grid { gap: 45px; }
    .about-art { min-height: 460px; }
    .about-number { font-size: 85px; }
    .about-stamp { width: 135px; height: 135px; }
    .about-person img { transform: scale(1.03); }
    .section-heading { display: block; }
    .section-heading p { margin-top: 25px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .process-agent { width: 100%; max-width: 320px; }
    .request-copy { min-height: auto; padding-bottom: 330px; }
    .request-agent { width: 290px; height: 355px; right: 50%; bottom: -50px; transform: translateX(50%); }
    .request-form { padding: 26px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { flex-direction: column; gap: 10px; }
}
