/* ============================================================
   klimatiziraj.se – Glavni CSS
   Dizajn: Mediteranski Profesionalizam
   Primarna: mornarsko-plava | Akcent: topla narančasta
   Fontovi: Sora (naslovi) + Nunito (tijelo)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #1a3a5c;
  --navy-dark:   #112540;
  --navy-light:  #2a5080;
  --orange:      #f97316;
  --orange-dark: #ea6c0a;
  --white:       #ffffff;
  --off-white:   #f8f9fb;
  --light-blue:  #eef4fb;
  --gray-200:    #e2e8f0;
  --gray-500:    #64748b;
  --gray-700:    #334155;
  --text:        #1e293b;
  --radius:      12px;
  --shadow-sm:   0 1px 4px rgba(0,0,0,.08);
  --shadow-md:   0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:   0 8px 32px rgba(0,0,0,.14);
  --tr:          0.3s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }
h1,h2,h3,h4,h5 { font-family: 'Sora', sans-serif; line-height: 1.2; color: var(--navy-dark); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
@media(min-width:640px){ .container { padding: 0 1.5rem; } }
@media(min-width:1024px){ .container { padding: 0 2rem; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.75rem; border-radius: 8px; font-family: 'Sora', sans-serif; font-weight: 600; font-size: .95rem; cursor: pointer; border: 2px solid transparent; transition: background var(--tr), color var(--tr), transform var(--tr), box-shadow var(--tr); text-decoration: none; }
.btn-primary { background: var(--orange); color: var(--white); border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,115,22,.35); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: var(--white); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,58,92,.35); }

/* Labels & titles */
.section-label { display: inline-block; font-family: 'Sora', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: .75rem; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--navy-dark); margin-bottom: 1rem; }
.section-title::after { content: ''; display: block; width: 3rem; height: 3px; background: var(--orange); margin-top: .6rem; border-radius: 2px; }
.section-title.center { text-align: center; }
.section-title.center::after { margin: .6rem auto 0; }
.section-sub { font-size: 1.05rem; color: var(--gray-500); max-width: 600px; }
.section-sub.center { text-align: center; margin: 0 auto; }

/* Fade-in */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s} .d5{transition-delay:.5s}

/* ── NAVBAR ── */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: transparent; transition: background var(--tr), box-shadow var(--tr), padding var(--tr); padding: 1.2rem 0; }
.navbar.scrolled { background: var(--navy-dark); box-shadow: 0 2px 20px rgba(0,0,0,.2); padding: .75rem 0; }
.navbar .inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: .6rem; font-family: 'Sora', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--white); letter-spacing: -.01em; }
.nav-logo .logo-icon { width: 36px; height: 36px; background: var(--orange); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.nav-logo .logo-icon svg { width: 18px; height: 18px; }
.nav-logo .dot { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 600; transition: color var(--tr); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 2px; background: var(--orange); transition: width var(--tr); border-radius: 2px; }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-phone { color: rgba(255,255,255,.9); font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: .4rem; transition: color var(--tr); }
.nav-phone:hover { color: var(--orange); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .5rem; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--tr); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--navy-dark); z-index: 1000; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; padding: 2rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); font-family: 'Sora', sans-serif; font-size: 1.4rem; font-weight: 700; transition: color var(--tr); }
.mobile-menu a:hover { color: var(--orange); }
.mob-close { position: absolute; top: 1.5rem; right: 1.5rem; background: rgba(255,255,255,.1); border: none; color: var(--white); font-size: 1.8rem; cursor: pointer; line-height: 1; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background var(--tr); }
.mob-close:hover { background: rgba(255,255,255,.2); }

/* ── HERO ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('../img/hero_new.jpg'); background-size: cover; background-position: center 30%; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(17,37,64,.88) 0%, rgba(17,37,64,.70) 50%, rgba(17,37,64,.30) 100%); z-index: 1; }
.hero .container { position: relative; z-index: 2; padding-top: 6rem; padding-bottom: 4rem; }
.hero-content { max-width: 620px; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(249,115,22,.18); border: 1px solid rgba(249,115,22,.4); color: #fbb97a; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 100px; margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 1.25rem; }
.hero h1 span { color: var(--orange); }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.82); margin-bottom: 2rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.trust-item { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.8); font-size: .88rem; font-weight: 600; }
.trust-check { width: 20px; height: 20px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .65rem; color: var(--white); flex-shrink: 0; }
.hero-promo { position: absolute; bottom: 2.5rem; right: 0; background: var(--white); border-radius: var(--radius) 0 0 var(--radius); padding: 1rem 1.5rem; box-shadow: var(--shadow-lg); max-width: 320px; z-index: 2; border-left: 4px solid var(--orange); }
.promo-tag { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--orange); margin-bottom: .3rem; }
.promo-title { font-family: 'Sora', sans-serif; font-size: .95rem; font-weight: 700; color: var(--navy-dark); margin-bottom: .2rem; }
.promo-price { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--orange); }
.promo-note { font-size: .72rem; color: var(--gray-500); margin-top: .2rem; }

/* ── BRANDS ── */
.brands { background: var(--navy-dark); padding: 2rem 0; }
.brands-label { display: block; text-align: center; color: rgba(255,255,255,.45); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1.25rem; }
.brand-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 2rem 3rem; }
.brand-item { display: flex; align-items: center; justify-content: center; height: 36px; }
.brand-logo { max-height: 28px; width: auto; max-width: 110px; opacity: .6; transition: opacity var(--tr); object-fit: contain; }
.brand-logo:hover { opacity: 1; }
.brand-logo.invert { filter: brightness(0) invert(1); }
.brand-text { color: rgba(255,255,255,.6); font-family: 'Sora', sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .05em; transition: color var(--tr); }
.brand-text:hover { color: var(--white); }
.brand-text.bold { font-size: 1.05rem; font-weight: 800; letter-spacing: .08em; }

/* ── WHY US ── */
.why-us { background: var(--light-blue); padding: 4rem 0; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.why-card { background: var(--white); border-radius: var(--radius); padding: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; box-shadow: var(--shadow-sm); transition: box-shadow var(--tr), transform var(--tr); }
.why-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.why-icon { width: 44px; height: 44px; background: var(--light-blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-card h4 { font-size: .95rem; font-weight: 700; color: var(--navy-dark); margin-bottom: .2rem; }
.why-card p { font-size: .83rem; color: var(--gray-500); line-height: 1.5; }

/* ── SERVICES ── */
.services { padding: 5rem 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.75rem; margin-top: 3rem; }
.service-card { background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr); }
.service-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.service-body { padding: 1.5rem; }
.service-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .75rem; color: var(--navy-dark); }
.service-card p { font-size: .9rem; color: var(--gray-500); line-height: 1.65; margin-bottom: 1rem; }
.service-list { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.service-list li { display: flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--gray-700); }
.service-list li::before { content: '→'; color: var(--orange); font-weight: 700; flex-shrink: 0; }
.service-highlight { display: flex; align-items: center; gap: .5rem; font-size: .85rem; font-weight: 700; color: var(--navy); background: var(--light-blue); padding: .5rem .85rem; border-radius: 6px; }
.service-highlight::before { content: '✓'; color: var(--orange); font-weight: 900; }

/* ── PROCESS ── */
.process { padding: 5rem 0; background: var(--off-white); }
.process-header { text-align: center; margin-bottom: 3.5rem; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.proc-step { background: var(--white); border: 1.5px solid var(--gray-200); padding: 1.75rem 1.25rem; text-align: center; transition: border-color var(--tr), box-shadow var(--tr); }
.proc-step:not(:last-child) { border-right: none; }
.proc-step:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.proc-step:last-child { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1.5px solid var(--gray-200); }
.proc-step:hover { border-color: var(--orange); box-shadow: var(--shadow-md); z-index: 1; position: relative; }
.proc-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--navy-dark); color: var(--white); border-radius: 50%; font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 800; margin: 0 auto 1rem; transition: background var(--tr); }
.proc-step:hover .proc-num { background: var(--orange); }
.proc-step h4 { font-size: .95rem; font-weight: 700; color: var(--navy-dark); margin-bottom: .4rem; }
.proc-step p { font-size: .8rem; color: var(--gray-500); line-height: 1.55; }

/* ── CALCULATOR ── */
.calculator { padding: 5rem 0; background: var(--navy-dark); position: relative; overflow: hidden; }
.calculator::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(249,115,22,.15) 0%, transparent 70%); pointer-events: none; }
.calculator .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.calc-info .section-label { color: #fbb97a; }
.calc-info .section-title { color: var(--white); }
.calc-info .section-title::after { background: var(--orange); }
.calc-info .section-sub { color: rgba(255,255,255,.7); }
.calc-box { background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-lg); }
.calc-box h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy-dark); margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1.5px solid var(--gray-200); }
.calc-field { margin-bottom: 1.25rem; }
.calc-field label { display: block; font-size: .85rem; font-weight: 700; color: var(--gray-700); margin-bottom: .4rem; }
.calc-field input, .calc-field select { width: 100%; padding: .65rem .9rem; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: 'Nunito', sans-serif; font-size: .9rem; color: var(--text); background: var(--white); transition: border-color var(--tr); outline: none; }
.calc-field input:focus, .calc-field select:focus { border-color: var(--navy); }
.calc-result { display: none; background: var(--light-blue); border: 1.5px solid var(--navy-light); border-radius: 8px; padding: 1rem 1.25rem; margin-top: 1rem; }
.calc-result.show { display: block; }
.calc-result p { font-size: .9rem; color: var(--navy-dark); font-weight: 600; }
.calc-result strong { font-size: 1.1rem; font-family: 'Sora', sans-serif; color: var(--navy-dark); display: block; margin: .3rem 0; }
.calc-note { font-size: .78rem; color: var(--gray-500); margin-top: .4rem; font-weight: 400; }

/* ── REFERENCES ── */
.references { padding: 5rem 0; background: var(--white); }
.references-header { text-align: center; margin-bottom: 3rem; }
.ref-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.ref-card { background: var(--off-white); border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--gray-200); transition: box-shadow var(--tr), transform var(--tr); }
.ref-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.ref-body { padding: 1.5rem; }
.ref-tag { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); background: rgba(249,115,22,.1); padding: .2rem .6rem; border-radius: 4px; margin-bottom: .6rem; }
.ref-body h4 { font-size: 1rem; font-weight: 700; color: var(--navy-dark); margin-bottom: .4rem; }
.ref-body p { font-size: .85rem; color: var(--gray-500); line-height: 1.55; }
.ref-loc { display: flex; align-items: center; gap: .35rem; font-size: .8rem; color: var(--gray-500); margin-top: .75rem; font-weight: 600; }

/* ── ABOUT ── */
.about { padding: 5rem 0; background: var(--light-blue); }
.about .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2rem; }
.stat-box { background: var(--white); border-radius: var(--radius); padding: 1.25rem; text-align: center; box-shadow: var(--shadow-sm); }
.stat-num { font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 800; color: var(--navy-dark); line-height: 1; }
.stat-num span { color: var(--orange); }
.stat-label { font-size: .82rem; color: var(--gray-500); margin-top: .3rem; }
.about-visual { position: relative; }
.about-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; bottom: -1.5rem; left: -1.5rem; background: var(--orange); color: var(--white); border-radius: var(--radius); padding: 1rem 1.25rem; box-shadow: var(--shadow-md); font-family: 'Sora', sans-serif; }
.badge-num { font-size: 1.8rem; font-weight: 800; line-height: 1; }
.badge-text { font-size: .78rem; font-weight: 600; opacity: .9; }
.certif-wrap { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.certif-badge { display: flex; align-items: center; gap: .4rem; background: var(--white); border: 1.5px solid var(--gray-200); border-radius: 6px; padding: .4rem .85rem; font-size: .82rem; font-weight: 700; color: var(--navy-dark); }

/* ── FAQ ── */
.faq { padding: 5rem 0; background: var(--white); }
.faq-header { text-align: center; margin-bottom: 3rem; }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.faq-item { border: 1.5px solid var(--gray-200); border-radius: var(--radius); transition: border-color var(--tr); }
.faq-item.open { border-color: var(--navy); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.25rem; cursor: pointer; background: var(--white); transition: background var(--tr); user-select: none; }
.faq-q:hover { background: var(--off-white); }
.faq-q h4 { font-size: .95rem; font-weight: 700; color: var(--navy-dark); font-family: 'Sora', sans-serif; }
.faq-toggle { width: 28px; height: 28px; background: var(--light-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .85rem; color: var(--navy); transition: background var(--tr), transform var(--tr); font-weight: 700; }
.faq-item.open .faq-toggle { background: var(--orange); color: var(--white); transform: rotate(45deg); }
.faq-answer { font-size: .9rem; color: var(--gray-700); line-height: 1.65; padding: 0 1.25rem 1.1rem; font-family: 'Nunito', sans-serif; display: none; }
.faq-item.open .faq-answer { display: block; }

/* ── CONTACT ── */
.contact { padding: 5rem 0; background: var(--off-white); }
.contact .inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-icon { width: 48px; height: 48px; background: var(--navy); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item h4 { font-size: .85rem; font-weight: 700; color: var(--gray-500); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .25rem; }
.contact-item a, .contact-item p { font-size: 1rem; font-weight: 700; color: var(--navy-dark); transition: color var(--tr); }
.contact-item a:hover { color: var(--orange); }
.wa-btn { display: inline-flex; align-items: center; gap: .6rem; background: #25d366; color: var(--white); padding: .7rem 1.4rem; border-radius: 8px; font-weight: 700; font-size: .9rem; margin-top: 1rem; transition: background var(--tr), transform var(--tr); }
.wa-btn:hover { background: #1ebe5d; transform: translateY(-2px); }
.form-wrap { background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-md); }
.form-wrap h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy-dark); margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1.5px solid var(--gray-200); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: .85rem; font-weight: 700; color: var(--gray-700); margin-bottom: .4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: .7rem .95rem; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: 'Nunito', sans-serif; font-size: .9rem; color: var(--text); background: var(--white); transition: border-color var(--tr), box-shadow var(--tr); outline: none; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,58,92,.1); }
.form-group textarea { min-height: 90px; }
.form-note { font-size: .75rem; color: var(--gray-500); margin-top: .5rem; line-height: 1.5; }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-success { display: none; text-align: center; padding: 2rem; }
.form-success.show { display: block; }
.form-success .si { font-size: 3rem; margin-bottom: 1rem; }
.form-success h4 { font-size: 1.2rem; color: var(--navy-dark); margin-bottom: .5rem; }
.form-success p { color: var(--gray-500); font-size: .9rem; }
.alert { padding: 1rem 1.25rem; border-radius: 8px; margin-bottom: 1rem; font-size: .9rem; font-weight: 600; }
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ── FOOTER ── */
.footer { background: var(--navy-dark); color: rgba(255,255,255,.7); padding: 3rem 0 1.5rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand p { font-size: .88rem; line-height: 1.65; max-width: 300px; margin-top: 1rem; }
.footer-addr { margin-top: 1rem; font-size: .82rem; line-height: 1.7; }
.footer-col h5 { font-family: 'Sora', sans-serif; font-size: .88rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .6rem; }
.footer-col ul a { font-size: .88rem; color: rgba(255,255,255,.6); transition: color var(--tr); display: flex; align-items: center; gap: .5rem; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p, .footer-bottom a, .footer-bottom button { font-size: .8rem; color: rgba(255,255,255,.4); transition: color var(--tr); background: none; border: none; cursor: pointer; font-family: 'Nunito', sans-serif; }
.footer-bottom a:hover, .footer-bottom button:hover { color: rgba(255,255,255,.7); }

/* ── COOKIE ── */
.cookie-banner { position: fixed; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; max-width: 500px; background: var(--navy-dark); color: var(--white); border-radius: var(--radius); padding: 1.25rem 1.5rem; box-shadow: var(--shadow-lg); z-index: 9999; display: none; align-items: center; gap: 1.5rem; border: 1px solid rgba(255,255,255,.1); }
.cookie-banner.show { display: flex; }
.cookie-banner p { font-size: .83rem; line-height: 1.5; color: rgba(255,255,255,.8); flex: 1; }
.cookie-actions { display: flex; gap: .6rem; flex-shrink: 0; }
.cookie-accept { background: var(--orange); color: var(--white); border: none; padding: .5rem 1rem; border-radius: 6px; font-weight: 700; font-size: .82rem; cursor: pointer; transition: background var(--tr); }
.cookie-accept:hover { background: var(--orange-dark); }
.cookie-decline { background: transparent; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.3); padding: .5rem 1rem; border-radius: 6px; font-weight: 600; font-size: .82rem; cursor: pointer; transition: all var(--tr); }
.cookie-decline:hover { color: var(--white); border-color: rgba(255,255,255,.6); }

/* ── MODAL ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); border-radius: var(--radius); max-width: 700px; width: 100%; max-height: 85vh; overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1.5px solid var(--gray-200); }
.modal-header h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy-dark); }
.modal-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--gray-500); line-height: 1; transition: color var(--tr); }
.modal-close:hover { color: var(--navy-dark); }
.modal-body { padding: 1.5rem; overflow-y: auto; font-size: .9rem; color: var(--gray-700); line-height: 1.75; }
.modal-body h4 { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy-dark); margin: 1.25rem 0 .5rem; }
.modal-body h4:first-child { margin-top: 0; }
.modal-body p { margin-bottom: .75rem; }
.modal-body ul { margin: .5rem 0 .75rem 1.25rem; list-style: disc; }
.modal-body ul li { margin-bottom: .3rem; }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .proc-step:nth-child(3) { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1.5px solid var(--gray-200); }
  .proc-step:nth-child(4) { border-radius: var(--radius) 0 0 var(--radius); border-right: none; margin-top: -1.5px; }
  .proc-step:nth-child(5) { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1.5px solid var(--gray-200); margin-top: -1.5px; }
  .calculator .inner, .about .inner, .contact .inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-visual { order: -1; }
  .about-badge { bottom: -1rem; left: 1rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media(max-width:768px){
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2rem; }
  .hero-promo { position: static; border-radius: var(--radius); margin-top: 2rem; max-width: 100%; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .proc-step:nth-child(1) { border-radius: var(--radius) 0 0 var(--radius); }
  .proc-step:nth-child(2) { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1.5px solid var(--gray-200); }
  .proc-step:nth-child(3) { border-radius: var(--radius) 0 0 var(--radius); border-right: none; margin-top: -1.5px; }
  .proc-step:nth-child(4) { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1.5px solid var(--gray-200); margin-top: -1.5px; }
  .proc-step:nth-child(5) { border-radius: var(--radius); border-right: 1.5px solid var(--gray-200); margin-top: -1.5px; grid-column: 1/-1; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
@media(max-width:480px){
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .process-grid { grid-template-columns: 1fr; }
  .proc-step { border-radius: 0 !important; border-right: 1.5px solid var(--gray-200) !important; margin-top: -1.5px !important; }
  .proc-step:first-child { border-radius: var(--radius) var(--radius) 0 0 !important; margin-top: 0 !important; }
  .proc-step:last-child { border-radius: 0 0 var(--radius) var(--radius) !important; }
  .why-grid, .services-grid, .ref-grid { grid-template-columns: 1fr; }
}
