:root {
      --navy: #0d1f2d;
      --teal: #2a7f87;
      --teal-light: #3aa8b2;
      --cream: #f5f1eb;
      --warm-white: #faf8f5;
      --gold: #c8a96e;
      --text-mid: #4a5568;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--navy); overflow-x: hidden; }

    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      padding: 0 48px; height: 72px;
      display: flex; align-items: center; justify-content: space-between;
      background: rgba(250,248,245,0.9); backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(42,127,135,0.12);
      transition: box-shadow 0.3s;
    }
    nav.scrolled { box-shadow: 0 4px 32px rgba(13,31,45,0.08); }
    .nav-brand { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: var(--navy); letter-spacing: 1px; text-decoration: none; }
    .nav-brand span { color: var(--teal); }
    .nav-links { display: flex; gap: 36px; list-style: none; }
    .nav-links a { text-decoration: none; font-size: 14px; color: var(--text-mid); letter-spacing: 0.5px; position: relative; transition: color 0.2s; }
    .nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1.5px; background: var(--teal); transition: width 0.25s ease; }
    .nav-links a:hover { color: var(--teal); }
    .nav-links a:hover::after { width: 100%; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); }

    #oNama { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: var(--navy); }
    .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(42,127,135,0.18) 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 20% 80%, rgba(200,169,110,0.08) 0%, transparent 50%), linear-gradient(135deg, #0d1f2d 0%, #112233 50%, #0a1a26 100%); }
    .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(42,127,135,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(42,127,135,0.06) 1px, transparent 1px); background-size: 60px 60px; }
    .hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 760px; animation: heroFade 1.2s ease both; }
    @keyframes heroFade { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
    .hero-eyebrow { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--teal-light); margin-bottom: 20px; border: 1px solid rgba(42,127,135,0.4); padding: 6px 18px; border-radius: 20px; }
    .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px,7vw,84px); font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 28px; letter-spacing: -0.5px; }
    .hero-title em { font-style: italic; color: var(--gold); }
    .hero-sub { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 540px; margin: 0 auto 48px; font-weight: 300; }
    .hero-cta { display: inline-block; background: var(--teal); color: #fff; text-decoration: none; padding: 14px 40px; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; border-radius: 2px; transition: background 0.2s, transform 0.2s; }
    .hero-cta:hover { background: var(--teal-light); transform: translateY(-2px); }
    @keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

    section { padding: 100px 0; }
    .section-inner { max-width: 1100px; margin: 0 auto; padding: 0 48px; }
    .section-label { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
    .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,54px); font-weight: 400; color: var(--navy); line-height: 1.15; margin-bottom: 20px; }
    .section-title em { font-style: italic; color: var(--teal); }
    .divider { width: 48px; height: 2px; background: var(--teal); margin: 16px 0 32px; }

    #koStoji { background: var(--cream); }
    .founder-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 72px; align-items: center; margin-top: 60px; }
    .founder-photo-wrap { position: relative; }
    .founder-photo-wrap::before { content: ''; position: absolute; top: -16px; left: -16px; right: 16px; bottom: 16px; border: 2px solid var(--teal); border-radius: 4px; opacity: 0.3; }
    .founder-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 4px; display: block; }
    .founder-photo-placeholder { width: 100%; aspect-ratio: 3/4; background: linear-gradient(135deg, #c8d8e0 0%, #a8c4cc 100%); border-radius: 4px; display: none; align-items: center; justify-content: center; font-size: 64px; }
    .founder-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
    .founder-role { font-size: 13px; color: var(--teal); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 24px; }
    .founder-bio { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 40px; }
    .exp-cards { display: flex; flex-direction: column; gap: 14px; }
    .exp-card { display: flex; align-items: center; gap: 20px; background: white; border-radius: 6px; padding: 18px 22px; border-left: 3px solid var(--teal); box-shadow: 0 2px 16px rgba(13,31,45,0.05); transition: transform 0.2s, box-shadow 0.2s; }
    .exp-card:hover { transform: translateX(4px); box-shadow: 0 4px 24px rgba(13,31,45,0.1); }
    .exp-logo { width: 52px; height: 52px; border-radius: 50%; object-fit: contain; background: #f0f0f0; padding: 6px; flex-shrink: 0; }
    .exp-logo-placeholder { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--navy)); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 13px; }
    .exp-text { font-size: 14px; color: var(--text-mid); line-height: 1.5; }
    .exp-text strong { display: block; color: var(--navy); font-weight: 500; margin-bottom: 2px; }

    #usluge { background: var(--warm-white); }
    .services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 56px; }
    .service-card { background: white; border-radius: 8px; padding: 28px 24px; border: 1px solid rgba(42,127,135,0.1); position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
    .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--teal-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
    .service-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(13,31,45,0.1); }
    .service-card:hover::before { transform: scaleX(1); }
    .service-icon { width: 44px; height: 44px; background: rgba(42,127,135,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 20px; }
    .service-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
    .service-desc { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

    #zastoMi { background: var(--navy); }
    #zastoMi .section-label { color: var(--teal-light); }
    #zastoMi .section-title { color: white; }
    #zastoMi .divider { background: var(--teal); }
    .why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 56px; border-radius: 8px; overflow: hidden; }
    .why-item { background: rgba(255,255,255,0.04); padding: 36px 32px; border: 1px solid rgba(255,255,255,0.05); transition: background 0.2s; }
    .why-item:hover { background: rgba(42,127,135,0.1); }
    .why-num { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--teal); opacity: 0.4; line-height: 1; margin-bottom: 10px; }
    .why-title { font-size: 15px; font-weight: 500; color: white; margin-bottom: 10px; }
    .why-desc { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }

    #kontakt { background: var(--cream);}
    .contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 56px; align-items: start; }
    .contact-intro { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 36px; }
    .contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
    .contact-icon { width: 40px; height: 40px; background: var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 16px; flex-shrink: 0; }
    .contact-detail-text { font-size: 15px; color: var(--text-mid); }
    .contact-detail-text strong { display: block; color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
    .contact-detail-text a { color: var(--teal); text-decoration: none; }
    .contact-detail-text a:hover { text-decoration: underline; }
    .contact-form { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 4px 32px rgba(13,31,45,0.06); }
    .form-group { margin-bottom: 20px; }
    .form-group label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--text-mid); margin-bottom: 8px; }
    .form-group input, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid rgba(42,127,135,0.2); border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--navy); background: var(--warm-white); outline: none; transition: border-color 0.2s; }
    .form-group input:focus, .form-group textarea:focus { border-color: var(--teal); background: white; }
    .form-group textarea { height: 120px; resize: vertical; }
    .btn-send { width: 100%; background: var(--navy); color: white; border: none; padding: 15px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 4px; cursor: pointer; transition: background 0.2s; }
    .btn-send:hover { background: var(--teal); }

    footer { background: var(--navy); color: rgba(255,255,255,0.3); text-align: center; padding: 32px; font-size: 13px; }
    footer a { color: var(--teal-light); text-decoration: none; }

    @media (max-width: 900px) {
      .services-grid { grid-template-columns: repeat(2,1fr); }
      .why-grid { grid-template-columns: repeat(2,1fr); }
    }
    @media (max-width: 768px) {
      nav { padding: 0 24px; }
      .nav-links { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--warm-white); flex-direction: column; padding: 24px; gap: 20px; border-bottom: 1px solid rgba(42,127,135,0.1); box-shadow: 0 8px 32px rgba(13,31,45,0.1); z-index: 99; }
      .nav-links.open { display: flex; }
      .hamburger { display: flex; }
      .section-inner { padding: 0 24px; }
      section { padding: 72px 0; }
      .founder-grid { grid-template-columns: 1fr; gap: 40px; }
      .founder-photo-wrap { max-width: 280px; margin: 0 auto; }
      .services-grid { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: 1fr; }
      .contact-layout { grid-template-columns: 1fr; gap: 40px; }
    }