:root{--cream:#f6f0e4;--cream2:#fffaf1;--beige:#e8ddcc;--olive:#76816b;--olive-dark:#5f6b57;--ink:#2e2b26;--muted:#69645b;--line:#5f6b5738;--white:#fffdf8;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:20;background:#fffaf1f0;justify-content:space-between;align-items:center;gap:28px;height:104px;padding:12px 5.5vw;display:flex;position:sticky;top:0}.logo-wrap img{object-fit:contain;width:auto;height:82px}.header nav{gap:27px;font-size:14px;display:flex}.header nav a{padding:8px 0;position:relative}.header nav a:after{content:"";background:var(--olive);width:0;height:1px;transition:all .25s;position:absolute;bottom:0;left:0}.header nav a:hover:after{width:100%}.btn{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-weight:650;transition:all .25s;display:inline-flex;box-shadow:0 10px 24px #2e2b2612}.btn-primary{background:var(--olive);color:#fff}.btn-primary:hover{background:var(--olive-dark);transform:translateY(-1px)}.btn-outline{border-color:var(--olive);color:var(--ink);box-shadow:none;background:#fffaf14d}.btn-outline:hover{background:#eee6d8}.btn-light{background:var(--cream2);color:var(--ink)}.btn-ghost{color:#fff;box-shadow:none;background:0 0;border-color:#ffffff73}.btn-ghost:hover{background:#ffffff1f}.hero{background:linear-gradient(90deg,#fffaf1 0%,#f7f1e6 45%,#f3e9da 100%);align-items:center;min-height:620px;padding:32px 5.5vw 42px;display:flex}.hero-content{grid-template-columns:.78fr 1.22fr;align-items:center;gap:48px;width:100%;max-width:1260px;margin:auto;display:grid}.hero-copy{padding:56px 0}.hero h1{color:#34332d;margin:0 0 28px;font-family:Georgia,serif;font-size:clamp(45px,5.2vw,76px);font-weight:400;line-height:1.04}.hero p{color:#48433b;max-width:510px;margin:0 0 30px;font-size:19px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.address{color:var(--muted);margin-top:34px;font-size:15px}.hero-image{aspect-ratio:1.38;background:#eee6d8;border-radius:34px;max-height:565px;overflow:hidden;box-shadow:0 30px 80px #2e2b2624}.hero-image img{object-fit:cover;object-position:center 54%;width:100%;height:100%}.trustbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffdf8c7;grid-template-columns:repeat(4,1fr);gap:0;padding:22px 5.5vw;display:grid;box-shadow:0 10px 40px #2e2b260a}.trustbar div{border-right:1px solid var(--line);padding:10px 28px}.trustbar div:last-child{border-right:0}.trustbar strong{font-size:15px;display:block}.trustbar span{color:var(--muted);margin-top:5px;font-size:13px;display:block}.section{padding:86px 5.5vw}.section-head{max-width:760px;margin-bottom:42px}.section-head.center{text-align:center;margin-inline:auto}.section-head p{letter-spacing:.22em;text-transform:uppercase;color:var(--olive);margin:0 0 16px;font-size:13px;font-weight:700}.section-head h2{color:#34332d;margin:0;font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.1}.section-head span{color:var(--muted);margin-top:18px;font-size:18px;line-height:1.65;display:block}.section-head.light p,.section-head.light h2,.section-head.light span{color:#fff}.section-head.light span{color:#ffffffd1}.cards{grid-template-columns:repeat(4,1fr);gap:22px;max-width:1260px;margin:0 auto;display:grid}.card{border:1px solid var(--line);background:#fffdf8;border-radius:18px;transition:all .25s;overflow:hidden;box-shadow:0 20px 45px #2e2b260f}.card:hover{transform:translateY(-5px);box-shadow:0 28px 55px #2e2b261c}.card img{object-fit:cover;width:100%;height:230px}.card:first-child img{object-position:center 34%}.card:nth-child(4) img{object-position:center 32%}.card-body{padding:28px}.card h3{margin:0 0 16px;font-family:Georgia,serif;font-size:29px;line-height:1.08}.card p{color:var(--muted);margin:0 0 20px;line-height:1.65}.card a{color:var(--olive-dark);font-weight:700}.split{background:var(--cream2);grid-template-columns:.95fr 1.05fr;align-items:center;display:grid}.split-image{height:620px;overflow:hidden}.split-image img{object-fit:cover;width:100%;height:100%}.about-image img{object-position:center 54%}.split-copy{padding:6.5vw}.split-copy p{color:var(--muted);margin:0 0 26px;font-size:18px;line-height:1.75}.credentials{grid-template-columns:1fr 1fr;gap:14px;margin:18px 0 30px;display:grid}.credentials div{border:1px solid var(--line);background:#fffdf8;border-radius:16px;padding:18px}.credentials strong{color:var(--olive-dark);margin-bottom:6px;display:block}.credentials span{color:var(--muted);font-size:14px;line-height:1.5;display:block}.service-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service{background:var(--cream2);border:1px solid var(--line);border-radius:18px;padding:26px}.service h3{margin:0 0 14px;font-size:22px}.service p{color:var(--muted);line-height:1.65}.tags{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.tags span{background:var(--beige);color:var(--olive-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.olive-section{background:var(--olive);color:#fff}.olive-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;max-width:1260px;margin:auto;display:grid}.olive-grid ul{color:#ffffffe0;padding-left:20px;font-size:18px;line-height:1.8}.olive-grid img{object-fit:cover;object-position:center 48%;border-radius:28px;width:100%;height:540px;box-shadow:0 28px 70px #0000002e}.agenda{background:#f1e8d9}.steps{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1260px;margin:0 auto;display:grid}.steps div{border:1px solid var(--line);background:#fffdf8;border-radius:20px;padding:28px}.steps b{color:var(--olive);font-family:Georgia,serif;font-size:42px}.steps h3{margin:12px 0 10px}.steps p{color:var(--muted);line-height:1.5}.center-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px;display:flex}.review-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1260px;margin:0 auto;display:grid}.review{border:1px solid var(--line);background:#fffdf8;border-radius:20px;padding:26px}.stars{color:#f4ad2c;letter-spacing:.12em;font-size:17px}.review p{color:#4e4940;line-height:1.65}.review strong{color:var(--olive-dark)}.contact{background:var(--cream2);grid-template-columns:.85fr 1.15fr;gap:42px;display:grid}.contact iframe{border:0;border-radius:24px;width:100%;height:430px;box-shadow:0 24px 60px #2e2b2614}.contact-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.float-wa{color:#fff;z-index:30;background:#25d366;border-radius:999px;justify-content:center;align-items:center;gap:0;width:64px;height:64px;font-weight:800;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 20px 45px #2e2b2640}.float-wa svg{fill:#fff;width:34px;height:34px}.float-wa span{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);background:#fffdf8;padding:34px 5.5vw}@media (width<=1100px){.header{height:96px}.header nav{display:none}.logo-wrap img{height:74px}.hero-content,.split,.olive-grid,.contact{grid-template-columns:1fr}.hero{padding-top:24px}.hero-copy{padding:30px 0 4px}.hero-image{aspect-ratio:16/9;border-radius:28px;height:auto}.trustbar,.cards,.service-grid,.steps,.review-grid{grid-template-columns:1fr 1fr}.split-image{height:520px}.olive-grid img{height:440px}.credentials{grid-template-columns:1fr 1fr}}@media (width<=640px){.header{height:auto;padding:10px 18px}.logo-wrap img{height:64px}.header .btn{padding:11px 16px}.hero{min-height:0;padding:22px 18px 32px}.hero-copy{padding:28px 0 8px}.hero h1{font-size:41px}.hero p{font-size:17px}.hero-image{aspect-ratio:4/3;border-radius:24px;height:auto}.hero-image img{object-position:center}.trustbar,.cards,.service-grid,.steps,.review-grid,.credentials{grid-template-columns:1fr}.trustbar div{border-right:0;border-bottom:1px solid var(--line)}.section,.split-copy{padding:64px 18px}.split-image{height:420px}.about-image img{object-position:center 48%}.hero-actions,.center-actions,.contact-actions{flex-direction:column}.btn{width:100%}.contact{padding-left:18px;padding-right:18px}.float-wa{width:58px;height:58px;left:auto;right:18px}.float-wa svg{width:31px;height:31px}}
