
:root{--gld-yellow:#ffc400;--gld-yellow-soft:#fff7d6;--gld-black:#111;--gld-text:#191919;--gld-border:#f0d36a;--gld-card:#fff;--gld-muted:#555}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Tahoma,Arial,sans-serif;margin:0;background:#fffdf5;color:var(--gld-text);line-height:1.75;padding-bottom:0}
a{color:#111;font-weight:800;text-decoration:none}
a:hover{text-decoration:underline}
.gld-wrap{max-width:1160px;margin:auto;padding:22px}
.gld-topbar{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #eee;box-shadow:0 4px 18px rgba(0,0,0,.04)}
.gld-nav{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 22px}
.gld-brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px}.gld-logo{width:46px;height:46px;border-radius:14px;object-fit:contain;background:#ffc928}
.gld-menu{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.gld-menu a{font-size:15px}
.gld-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#111;color:#ffd84d!important;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:900;border:0;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.08)}
.gld-btn.yellow{background:#ffc400;color:#111!important;border:2px solid #111}.gld-btn.light{background:#fff;color:#111!important;border:2px solid #111}.gld-btn.white{background:#fff;color:#111!important}
.gld-hero-cro{background:linear-gradient(135deg,#fff9dd,#ffc400);border:1px solid #f2cf45;border-radius:34px;margin:28px 0;padding:44px 34px;display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;overflow:hidden}
.gld-badge{display:inline-flex;background:#111;color:#ffd84d;padding:8px 14px;border-radius:999px;font-weight:900;margin-bottom:14px}
.gld-hero-cro h1{font-size:44px;line-height:1.12;margin:0 0 16px;letter-spacing:-.5px}
.gld-lead{font-size:18px;color:#333;margin:0 0 18px}
.gld-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}
.gld-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
.gld-point{background:rgba(255,255,255,.78);border:1px solid rgba(17,17,17,.09);border-radius:16px;padding:12px;font-weight:800}
.gld-phone-mock{background:#111;border-radius:34px;padding:16px;max-width:340px;margin:auto;box-shadow:0 22px 50px rgba(0,0,0,.22);transform:rotate(1deg)}
.gld-phone-screen{background:#fff;border-radius:24px;padding:18px;min-height:430px}
.gld-phone-top{height:8px;width:90px;background:#111;border-radius:999px;margin:0 auto 18px}
.gld-phone-card{background:#fff8db;border:1px solid #f0d36a;border-radius:18px;padding:14px;margin:12px 0}
.gld-phone-card strong{display:block;font-size:16px}.gld-phone-card span{color:#555;font-size:13px}
.gld-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}
.gld-trust-item{background:#fff;border:1px solid var(--gld-border);border-radius:20px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.gld-trust-item strong{display:block;font-size:20px}.gld-trust-item span{display:block;color:#555;font-size:14px;margin-top:4px}
.gld-section{background:#fff;border:1px solid var(--gld-border);border-radius:26px;padding:28px;margin:24px 0;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.gld-section h2{font-size:30px;line-height:1.25;margin:0 0 14px}
.gld-section p{color:#444}
.gld-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:16px}
.gld-service-card{background:#fffaf0;border:1px solid var(--gld-border);border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:10px}
.gld-service-card .icon{font-size:32px}.gld-service-card h3{font-size:22px;margin:0}.gld-service-card p{margin:0;color:#555}
.gld-inline-cta{background:#111;color:#fff;border-radius:28px;padding:28px;margin:24px 0;display:flex;justify-content:space-between;gap:18px;align-items:center}
.gld-inline-cta h2{color:#ffd84d;margin:0 0 8px}.gld-inline-cta p{margin:0;color:#f4f4f4}
.gld-steps{counter-reset:step;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}
.gld-step{position:relative;background:#fffaf0;border:1px solid var(--gld-border);border-radius:18px;padding:18px 18px 18px 58px}
.gld-step:before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:18px;width:30px;height:30px;border-radius:50%;background:#111;color:#ffd84d;display:flex;align-items:center;justify-content:center;font-weight:900}
.gld-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}
.gld-related a{background:#fff8db;border:1px solid var(--gld-border);border-radius:18px;padding:14px;text-decoration:none}.gld-related span{display:block;color:#555;font-size:14px;margin-top:6px}
.gld-author{display:flex;gap:16px;align-items:center;background:#fff8db;border:1px solid var(--gld-border);border-radius:22px;padding:18px;margin:22px 0}.gld-author-logo{width:58px;height:58px;border-radius:18px;background:#ffc400;display:flex;align-items:center;justify-content:center;font-weight:900}
.gld-footer-new{background:#111;color:#fff;margin-top:42px;padding:36px 0}.gld-footer-new a{color:#ffd84d}.gld-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:22px}.gld-footer-new h3{color:#ffd84d;margin-top:0}.gld-footer-new p{color:#eee}
.gld-float{position:fixed;right:18px;bottom:94px;display:flex;flex-direction:column;gap:10px;z-index:90}.gld-float a{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffc400;color:#111!important;box-shadow:0 10px 24px rgba(0,0,0,.18);font-size:17px;text-decoration:none}
.gld-mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:100;background:#111;padding:8px;gap:8px;box-shadow:0 -8px 22px rgba(0,0,0,.18)}.gld-mobile-bar a{flex:1;text-align:center;background:#ffc400;color:#111!important;border-radius:12px;padding:10px 5px;font-weight:900;text-decoration:none;font-size:13px}
.gld-booking-box{position:sticky;top:88px;background:#111;color:#fff;border-radius:24px;padding:20px;box-shadow:0 16px 34px rgba(0,0,0,.16)}.gld-booking-box h3{color:#ffd84d;margin:0 0 8px}.gld-booking-box p{color:#eee}
@media(max-width:920px){.gld-nav{align-items:flex-start;flex-direction:column}.gld-hero-cro{grid-template-columns:1fr;padding:30px 18px;border-radius:24px}.gld-hero-cro h1{font-size:32px}.gld-hero-points{grid-template-columns:1fr}.gld-trust-strip{grid-template-columns:1fr 1fr}.gld-inline-cta{display:block}.gld-footer-grid{grid-template-columns:1fr 1fr}.gld-float{display:none}.gld-mobile-bar{display:flex}body{padding-bottom:70px}.gld-wrap{padding:14px}.gld-phone-mock{transform:none}}
@media(max-width:560px){.gld-trust-strip{grid-template-columns:1fr}.gld-footer-grid{grid-template-columns:1fr}}
