/* ============================================
   SPRINGBOK PROPERTIES — REASONS FOR SALE TEMPLATE
   style.css  |  Matching Figma Mockup v2
   Teal: #32beb8  |  Yellow: #fdee18  |  Dark: #033137
   ============================================ */

/* RESET */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',Arial,sans-serif;font-size:16px;color:#333;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}

/* CONTAINER */
.container{max-width:1170px;margin:0 auto;padding:0 24px}

/* BUTTONS */
.btn{display:inline-block!important;font-weight:700!important;border-radius:6px!important;cursor:pointer!important;border:none!important;text-align:center!important;transition:all .2s!important;font-family:'Inter',Arial,sans-serif;line-height:1}
.btn-teal{background:#32beb8;color:#fff}.btn-teal:hover{background:#2aa9a3}
.btn-yellow{background:#fdee18;background:#fdee18!important;color:#033137}.btn-yellow:hover{background:#e8d916}
.btn-dark{background:#033137;color:#fff}.btn-dark:hover{background:#044248}
.btn-sm{padding:7px 14px;font-size:13px}
.btn-lg{padding:14px 28px;font-size:16px}

.offer-button {
  /* Layout */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  padding: 0 20px;
  
  /* Styling */
  background-color: rgb(253, 238, 24); /* var(--yollow) */
  color: rgb(0, 0, 0);               /* var(--black) */
  border: none;
  border-radius: 0 ;
  
  /* Typography */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  
  /* Interaction */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.offer-button-mid {
  /* Layout */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  padding: 0 20px;
  
  /* Styling */
  background-color: #033137; /* var(--yollow) */
  color: #fff;               /* var(--black) */
  border: none;
  border-radius: 0 ;
  
  /* Typography */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  
  /* Interaction */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* ══════════════════════════════ HEADER */
.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:16px}
.logo img{height:48px;width:auto}
.logo-text{font-size:17px;font-weight:900;color:#033137}
.main-nav{display:flex;gap:20px}
.main-nav a{font-size:13px;font-weight:500;color:#7a7680;transition:color .2s}.main-nav a:hover{color:#32beb8}
.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.header-phone{font-size:12px;color:#555;display:flex;align-items:center;gap:5px}
.header-phone a{color:#033137}
.header-btns{display:flex;gap:8px}
.mobile-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#033137;padding:4px 8px}
.mobile-menu{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:20px 24px}
.mobile-menu.open{display:block}
.mobile-menu-inner{display:flex;flex-direction:column;gap:16px}
.mobile-phone-number{font-size:22px;font-weight:700;color:#033137}
.mobile-cta-btns{display:flex;flex-direction:column;gap:10px}
.mobile-nav-links{display:flex;flex-direction:column;gap:2px;border-top:1px solid #e5e7eb;padding-top:12px}
.mobile-nav-links a{padding:10px 12px;font-size:15px;font-weight:500;color:#033137;border-radius:6px;transition:background .2s}.mobile-nav-links a:hover{background:#f9fafb}

/* ══════════════════════════════ TEMPLATE SELECTOR */
.template-selector{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 0}
.template-selector-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.selector-label{font-size:13px;font-weight:600;color:#374151}
.sel-btn{font-size:12px;padding:5px 12px;border-radius:4px;border:1px solid #d1d5db;background:#fff;cursor:pointer;color:#374151;font-weight:500;transition:all .2s}
.sel-btn:hover{background:#f3f4f6}
.sel-btn.active{background:#32beb8;color:#fff;border-color:#32beb8}

/* ══════════════════════════════ HERO */
.hero{background:transparent!important;padding:32px 0;position:relative;overflow:hidden;min-height:520px}
/* Decorative background icons */
.hero-bg-icons{position:absolute;inset:0;pointer-events:none;user-select:none}
.bg-icon{position:absolute;color:#fdee18;opacity:.25;line-height:1;transition:all .5s}
/* Hero content */
.hero-inner{position:relative;z-index:2;text-align:center;max-width:840px;margin:0 auto}
.trust-badge{display:inline-flex;align-items:center;gap:8px;background:#fdee18;padding:8px 18px;border-radius:999px;font-size:13px;font-weight:700;color:#08515a;margin-bottom:24px}
.trust-badge svg{color:#08515a}
.hero-h1{font-size:clamp(28px,4vw,48px) !important;font-weight:900 !important;color:#033137 !important;margin-bottom:14px !important;line-height:1.15 !important;}
.hero-h2{font-size:clamp(17px,2.2vw,24px)!important;font-weight:600!important;color:#418181!important;margin-bottom:14px!important;}
.hero-desc{font-size:17px!important;color:#6b7280!important;margin-bottom:32px!important;}
.hero-form-box{background:#32beb8;border-radius:20px;padding:32px;max-width:600px;margin:0 auto}
.hero-form-box h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:8px;text-align: center;}
.hero-form-box>p{color:rgba(255,255,255,.9);font-size:14px;margin-bottom:20px}
.postcode-form{display:flex;border:3px solid #fdee18;border-radius:10px;overflow:hidden}
.postcode-input{flex:1;padding:14px 18px;font-size:16px;border:none;outline:none;font-family:'Inter',Arial,sans-serif}
.form-note{color:rgba(255,255,255,.75);font-size:12px;margin-top:14px;line-height:1.5}

/* ══════════════════════════════ TRUST BAR */
.trust-bar{background:#fdee18;padding:14px 0}
.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.trust-item{font-size:14px;font-weight:600;color:#033137;white-space:nowrap;display:flex;align-items:center;gap:7px}
.trust-item svg{color:#033137}
.trust-sep{color:#033137;opacity:.35;font-size:18px}

/* ══════════════════════════════ HOW IT WORKS */
.how-it-works{background:#f9fafb;padding:72px 0}
.section-header{text-align:center;margin-bottom:48px}
.section-header h2{font-size:clamp(22px,3vw,34px);font-weight:900;color:#033137;margin-bottom:10px}
.section-header p{font-size:16px;color:#6b7280}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step-card{background:#fff;border-radius:14px;padding:32px 24px;box-shadow:0 2px 12px rgba(0,0,0,.08);position:relative;text-align:center;padding-top:40px}
.step-number{position:absolute;top:-18px;left:24px;background:#fdee18;color:#033137;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900}
.step-icon-wrap{width:60px;height:60px;background:rgba(50,190,184,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step-card h3{font-size:17px;font-weight:700;color:#033137;margin-bottom:10px}
.step-card p{font-size:14px;color:#6b7280;line-height:1.6}

/* ══════════════════════════════ MAIN CONTENT */
.main-content{background:#fff;padding:72px 0}
.content-intro{text-align:center;max-width:800px;margin:0 auto 56px}
.content-intro h2{font-size:clamp(22px,3vw,32px);font-weight:900;color:#033137;margin-bottom:18px}
.content-intro p{font-size:16px;color:#374151;line-height:1.75;margin-bottom:14px}

/* Comparison Table */
.comparison-wrap{margin-bottom:56px}
.comparison-wrap h3{font-size:clamp(18px,2.5vw,26px);font-weight:700;color:#033137;text-align:center;margin-bottom:24px}
.table-scroll{overflow-x:auto}
.comparison-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.1)}
.comparison-table thead tr{background:#32beb8;color:#fff}
.comparison-table th{padding:14px 18px;font-weight:700;font-size:15px;text-align:left}
.comparison-table th:nth-child(2),.comparison-table th:nth-child(3){text-align:center}
.comparison-table td{padding:13px 18px;border-bottom:1px solid #e5e7eb;font-size:15px}
.comparison-table tbody tr:nth-child(even){background:#fafafa}
.comparison-table tr:last-child td{border-bottom:none}
.td-yes{background:#f0fdf4!important;color:#15803d;font-weight:700;text-align:center}
.td-no{background:#fef2f2!important;color:#6b7280;text-align:center}

/* Benefits */
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:56px}
.benefit-card{background:#f9fafb;border-radius:14px;padding:32px;box-shadow:0 1px 6px rgba(0,0,0,.06)}
.benefit-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.benefit-icon{font-size:24px;background:#fdee18;width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.benefit-card h3{font-size:18px;font-weight:700;color:#033137}
.benefit-card p{font-size:15px;color:#374151;line-height:1.7;margin-bottom:10px}

/* Reviews */
.reviews-band{background:#32beb8;border-radius:20px;padding:48px;margin-bottom:56px;text-align:center}
.reviews-header h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:10px}
.stars{font-size:24px;margin-bottom:10px}
.reviews-header p{color:rgba(255,255,255,.9);font-size:16px;margin-bottom:32px}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}
.stat-box{background:rgba(255,255,255,.15);border-radius:12px;padding:22px}
.stat-num{font-size:36px;font-weight:900;color:#fdee18}
.stat-lbl{font-size:14px;color:#fff;margin-top:4px}
.reviews-note{color:rgba(255,255,255,.85);font-size:15px;line-height:1.6}

/* Getting Started — 60/40 with photo */
.getting-started{display:grid;grid-template-columns:60% 40%;border-left:5px solid #fdee18;background:#f9fafb;border-radius:0 14px 14px 0;overflow:hidden;margin-bottom:0}
.getting-started-text{padding:40px}
.getting-started-text h3{font-size:22px;font-weight:700;color:#033137;margin-bottom:16px}
.getting-started-text p{font-size:15px;color:#374151;line-height:1.7;margin-bottom:12px}
.getting-started-text a{color:#32beb8;font-weight:600}
.getting-started-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
.getting-started-img{position:relative;min-height:300px}
.getting-started-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ══════════════════════════════ USPs */
.usps-section{background:#f9fafb;padding:72px 0}
.usps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.usp-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 1px 4px rgba(0,0,0,.06);display:flex;gap:14px;align-items:flex-start}
.usp-icon{background:#32beb8;color:#fff;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.usp-card h3{font-size:15px;font-weight:700;color:#033137;margin-bottom:6px}
.usp-card p{font-size:13px;color:#6b7280;line-height:1.5}

/* ══════════════════════════════ FAQ */
.faq-section{background:#fff;padding:72px 0}
.faq-subtitle{font-size:14px;color:#32beb8;margin-top:6px}
.faq-list{display:flex;flex-direction:column;gap:12px;max-width:820px;margin:0 auto}
.faq-item{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border:none;cursor:pointer;font-size:16px;font-weight:600;color:#033137;text-align:left;gap:16px;font-family:'Inter',Arial,sans-serif;transition:background .2s}
.faq-q:hover{background:#f9fafb}
.faq-q.open{background:#fdee18;color:#033137}
.chevron{font-size:20px;color:#6b7280;transition:transform .3s;flex-shrink:0}
.faq-q.open .chevron{transform:rotate(180deg)}
.faq-a{display:none;padding:4px 24px 22px;background:#fff}
.faq-a.open{display:block}
.faq-item.open .faq-a{display:block}
.faq-a p{font-size:15px;color:#374151;line-height:1.7}

/* ══════════════════════════════ SECONDARY CTA */
.secondary-cta{background:#fdee18;padding:72px 0;position:relative;overflow:hidden}
/* Falling £ animation */
.falling-money{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.money-item{position:absolute;top:-80px;font-size:32px;color:#033137;opacity:.5;animation:fallDown linear infinite}
@keyframes fallDown{0%{transform:translateY(-80px) rotate(0deg);opacity:.5}100%{transform:translateY(calc(100vh + 80px)) rotate(20deg);opacity:.2}}
.secondary-cta-inner{position:relative;z-index:2;text-align:center}
.secondary-cta h2{font-size:clamp(22px,3vw,34px);font-weight:900;color:#033137;margin-bottom:12px}
.secondary-cta>div>p,.secondary-note{font-size:16px;color:#033137;opacity:.8;margin-bottom:28px}
.postcode-form-dark{max-width:560px;margin:0 auto 20px;border-color:#033137}
.postcode-dark{background:#fff}
.secondary-phone{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;color:#033137;margin-bottom:14px}
.secondary-phone a{font-weight:700;color:#033137}
.secondary-note{font-size:13px;color:#033137;opacity:.6}

/* ══════════════════════════════ INTERNAL LINKS */
.internal-links{background:#f9fafb;padding:56px 0}
.internal-links h2{font-size:22px;font-weight:700;color:#033137;margin-bottom:24px}

/* Photo cards */
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}
.related-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .2s}
.related-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12)}
.related-img{height:140px;overflow:hidden;background:#e5e7eb}
.related-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.related-card:hover .related-img img{transform:scale(1.05)}
.related-info{padding:14px 16px}
.related-info h3{font-size:15px;font-weight:700;color:#033137;margin-bottom:6px}
.related-info p{font-size:13px;color:#6b7280}

/* Reason links */
.reasons-section h3{font-size:18px;font-weight:700;color:#033137;margin-bottom:16px}
.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.reason-link{display:flex;align-items:center;gap:12px;background:#fff;padding:14px 18px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px;font-weight:500;color:#033137;transition:all .2s}
.reason-link:hover{background:#fdee18}
.reason-icon{font-size:18px;background:#fdee18;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.reason-link:hover .reason-icon{background:#033137}

/* ══════════════════════════════ FOOTER */
.footer{background:#fdee18;padding:48px 0 0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr 1.2fr;gap:32px;padding-bottom:32px}
.footer-logo{font-size:18px;font-weight:900;color:#033137;margin-bottom:16px}
.social-links{display:flex;gap:10px}
.social-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}
.social-btn.fb{background:#1877f2}
.social-btn.ig{background:linear-gradient(45deg,#833ab4,#fd1d1d)}
.social-btn.li{background:#0077b5}
.social-btn.yt{background:#ff0000}
.footer-col h4{font-size:13px;font-weight:700;color:#033137;margin-bottom:10px}
.footer-col ul{display:flex;flex-direction:column;gap:6px}
.footer-col ul a{font-size:13px;color:#033137;transition:color .2s}.footer-col ul a:hover{color:#32beb8}
.footer-postcode-form{}
.footer-input-wrap{display:flex;border:2px solid #033137;border-radius:8px;overflow:hidden}
.footer-input{flex:1;padding:8px 12px;font-size:13px;border:none;outline:none;font-family:'Inter',Arial,sans-serif}
.footer-note{font-size:11px;color:#033137;opacity:.75;line-height:1.5;margin-top:10px}
.footer-legal{border-top:1px solid rgba(3,49,55,.2);padding:20px 0}
.footer-legal p{font-size:11px;color:#033137;line-height:1.7;margin-bottom:5px}
.footer-legal a{text-decoration:underline}

/* ══════════════════════════════ RESPONSIVE */
@media(max-width:1024px){
  .main-nav,.header-right{display:none}
  .mobile-toggle{display:block}
  .steps-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}
  .usps-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .getting-started{grid-template-columns:1fr}
  .getting-started-img{min-height:220px}
}
@media(max-width:768px){
  .hero{padding:40px 0}
  .benefits-grid{grid-template-columns:1fr}
  .stats-row{grid-template-columns:1fr}
  .reasons-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .postcode-form{flex-direction:column;border:none;gap:10px;background:transparent}
  .postcode-input{border-radius:8px;border:3px solid #fdee18}
  .postcode-form .btn{border-radius:8px;width:100%}
  .postcode-form-dark .postcode-input{border-color:#033137}
  .getting-started-ctas{flex-direction:column}
  .trust-sep{display:none}
  .trust-bar-inner{justify-content:flex-start}
}
@media(max-width:480px){
  .usps-grid,.reasons-grid,.related-grid{grid-template-columns:1fr}
  .hero-form-box{padding:20px}
  .reviews-band{padding:28px 16px}
}

.quick-sell-item input{
    border: 4px solid #033137;
}
.quick-sell-item button{
    background: #033137;
    background-color: #033137;
    color: #fff;
}
