:root {
  --petrol: #0c3438;
  --petrol-2: #123f43;
  --turquoise: #1fb5a6;
  --turquoise-soft: #dff4f1;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --ink: #102f33;
  --muted: #5f7476;
  --line: #d9e2df;
  --yellow: #fff1bf;
  --shadow: 0 18px 45px rgba(12, 52, 56, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 240, 232, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(12,52,56,.08);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { display:block; width: 166px; height: auto; }
.nav-wrap { display:flex; align-items:center; gap: 26px; }
.nav { display:flex; align-items:center; gap: 24px; }
.nav a { text-decoration:none; font-size:14px; font-weight:750; }
.nav a:hover { color: var(--turquoise); }
.header-actions { display:flex; gap:10px; align-items:center; }
.menu-toggle { display:none; border:0; background:transparent; font-size:28px; cursor:pointer; color:var(--ink); }

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  border:1px solid transparent;
  transition:.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--turquoise); color:#062f31; }
.btn-dark { background: var(--petrol); color:#fff; }
.btn-light { background:#fff; color:var(--petrol); border-color:rgba(12,52,56,.12); }
.btn-ghost { border-color:rgba(12,52,56,.22); color:var(--petrol); }

.hero { padding: 54px 0 30px; }
.hero-card {
  position:relative;
  overflow:hidden;
  min-height: 590px;
  background: var(--paper);
  border-radius: 34px;
  padding: 66px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:50px;
  align-items:center;
  box-shadow: var(--shadow);
}
.hero-copy { position:relative; z-index:2; }
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
  color:#0e8277;
  margin-bottom:18px;
}
.eyebrow::before { content:""; width:18px; height:2px; background:var(--turquoise); }
h1,h2,h3 { margin:0; line-height:1.04; letter-spacing:-.035em; }
h1 { font-size: clamp(48px, 6vw, 78px); max-width:850px; }
h2 { font-size: clamp(36px, 4vw, 55px); }
h3 { font-size: 22px; }
.hero-copy p { font-size:19px; max-width:680px; color:#405b5f; margin:24px 0 28px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:10px; }
.hero-note { margin-top:22px; font-size:13px; color:var(--muted); font-weight:650; }

.hero-visual {
  min-height:390px;
  border-radius:26px;
  background:var(--petrol);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:34px;
  position:relative;
  overflow:hidden;
}
.hero-visual .o-ring {
  width:230px;
  aspect-ratio:1;
  border-radius:50%;
  background: conic-gradient(var(--turquoise) 0 305deg, transparent 305deg 360deg);
  position:absolute;
  right:-12px;
  top:-28px;
  opacity:.98;
}
.hero-visual .o-ring::after {
  content:"";
  position:absolute;
  inset:34px;
  background:var(--petrol);
  border-radius:50%;
}
.hero-visual .principle { position:relative; z-index:2; }
.hero-visual .principle strong { display:block; font-size:34px; line-height:1.1; margin-bottom:10px; }
.hero-visual .principle span { color:#bfe8e3; font-size:14px; }

.section { padding: 72px 0; }
.section-head { max-width:820px; margin-bottom:34px; }
.section-head p { color:var(--muted); font-size:18px; max-width:760px; }

.featured-course {
  background:var(--petrol);
  color:#fff;
  border-radius:var(--radius);
  padding:54px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:54px;
  align-items:center;
  box-shadow:var(--shadow);
}
.featured-course .eyebrow { color:#77ddd4; }
.featured-course h2 .accent { color:var(--turquoise); }
.featured-course p { color:#d5e5e4; font-size:18px; }
.featured-course .btn-light { background:#fff; }
.course-points { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:30px; }
.course-point { border:1px solid rgba(255,255,255,.13); border-radius:16px; padding:17px; background:rgba(255,255,255,.045); }
.course-point strong { display:block; font-size:24px; margin-bottom:4px; }
.course-point span { font-size:12px; color:#bcd0cf; }
.course-side { background:#173f43; border:1px solid rgba(255,255,255,.12); border-radius:24px; padding:28px; }
.course-side .mini-o { width:84px; height:84px; border:14px solid var(--turquoise); border-top-color:transparent; border-radius:50%; margin-bottom:24px; transform:rotate(16deg); }
.course-side h3 { font-size:30px; margin-bottom:20px; }
.module-list { display:grid; gap:9px; }
.module-row { display:flex; gap:12px; padding:11px 0; border-top:1px solid rgba(255,255,255,.1); font-size:14px; }
.module-row b { color:#70ddd2; width:26px; }

.cards-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.service-card { background:var(--paper); border:1px solid rgba(12,52,56,.08); border-radius:22px; padding:28px; min-height:230px; }
.service-card .n { display:inline-flex; width:32px; height:32px; border-radius:10px; align-items:center; justify-content:center; background:var(--turquoise-soft); color:#08786f; font-weight:900; font-size:12px; margin-bottom:22px; }
.service-card p { color:var(--muted); }
.service-card a { font-weight:850; text-decoration:none; color:#08786f; }

.method-section { background:var(--petrol); color:#fff; }
.method-section .section-head p { color:#bad0ce; }
.method-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.method-step { background:#123f43; border-radius:22px; padding:30px; min-height:240px; border:1px solid rgba(255,255,255,.08); }
.method-step .step { color:#6ddbd1; font-weight:900; font-size:12px; letter-spacing:.12em; }
.method-step h3 { font-size:30px; margin:14px 0; }
.method-step p { color:#c7d9d7; margin:0; }
.method-note { margin-top:24px; font-size:14px; color:#93b9b6; }

.campaign-card {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  background:var(--yellow);
  border:1px solid #ead99c;
  border-radius:var(--radius);
  padding:48px;
  align-items:center;
}
.campaign-card p { color:#5f5a43; font-size:17px; }
.campaign-steps { display:grid; grid-template-columns:repeat(5,1fr); gap:7px; margin-top:24px; }
.campaign-steps span { background:rgba(255,255,255,.65); border-radius:999px; text-align:center; padding:8px 5px; font-size:11px; font-weight:850; }
.campaign-side { background:#fff8df; border-radius:22px; padding:28px; border:1px solid rgba(12,52,56,.08); }
.campaign-side strong { font-size:24px; display:block; line-height:1.15; margin-bottom:12px; }

.work-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.work-card { background:var(--paper); border-radius:22px; overflow:hidden; border:1px solid rgba(12,52,56,.08); }
.work-visual { height:150px; background:linear-gradient(135deg,#dff4f1,#f7eecf); display:flex; align-items:flex-end; padding:22px; }
.work-visual b { font-size:22px; }
.work-body { padding:22px; }
.work-body p { color:var(--muted); margin-bottom:0; }

.about-card { background:var(--paper); border-radius:var(--radius); padding:50px; display:grid; grid-template-columns:.72fr 1.28fr; gap:50px; align-items:end; overflow:hidden; box-shadow:var(--shadow); }
.about-image { position:relative; min-height:460px; }
.about-image::before { content:""; position:absolute; inset:60px 0 0; border-radius:26px; background:var(--turquoise-soft); }
.about-image img { position:absolute; z-index:1; bottom:-50px; left:50%; transform:translateX(-50%); max-height:540px; width:auto; }
.about-copy p { color:var(--muted); font-size:18px; }
.about-copy .quote { font-size:27px; line-height:1.25; font-weight:850; color:var(--petrol); margin:22px 0; }

.cta-band { background:var(--turquoise-soft); border-radius:var(--radius); padding:42px 46px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.cta-band p { color:var(--muted); margin:8px 0 0; }

.site-footer { padding:54px 0 30px; }
.footer-grid { display:grid; grid-template-columns:1.2fr repeat(3,.8fr); gap:28px; border-top:1px solid rgba(12,52,56,.14); padding-top:34px; }
.footer-brand img { width:150px; }
.footer-brand p { color:var(--muted); max-width:340px; font-size:14px; }
.footer-col strong { display:block; margin-bottom:10px; font-size:13px; }
.footer-col a { display:block; text-decoration:none; color:var(--muted); font-size:13px; margin:7px 0; }
.footer-bottom { margin-top:35px; color:#7b8e90; font-size:12px; display:flex; justify-content:space-between; gap:20px; }


.feature-facts {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
.feature-facts span {
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#c6d9d7;
  font-size:12px;
  font-weight:750;
}
.course-side-compact p {
  color:#bfd1cf;
  font-size:15px;
  margin:0 0 18px;
}
.course-link {
  color:#78ddd4;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
.section-compact { padding-top:28px; padding-bottom:28px; }
.current-note {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:24px 28px;
  border-radius:20px;
  background:#FFF0C7;
  border:1px solid #E8D28C;
}
.current-note .eyebrow { margin-bottom:8px; }
.current-note h3 { font-size:22px; letter-spacing:-.02em; }
.current-note p { margin:6px 0 0; color:#665B3E; font-size:14px; max-width:760px; }


.mobile-overview,
.mobile-about-section,
.mobile-course-principle {
  display:none !important;
}

.about-mobile-headshot { display:none; }

/* inner pages */
.page-hero { padding:54px 0 20px; }
.page-hero-card { background:var(--paper); border-radius:32px; padding:60px; box-shadow:var(--shadow); }
.page-hero-card p { font-size:18px; color:var(--muted); max-width:760px; }
.page-section { padding:56px 0; }
.grid-5 { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.module-card { background:var(--paper); border:1px solid rgba(12,52,56,.1); border-radius:18px; padding:22px; min-height:220px; }
.module-card small { color:#0c8177; font-weight:900; }
.module-card h3 { font-size:18px; margin:14px 0 10px; }
.module-card p { color:var(--muted); font-size:14px; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.panel { background:var(--paper); border-radius:22px; padding:32px; border:1px solid rgba(12,52,56,.08); }
.panel p, .panel li { color:var(--muted); }
.list-clean { padding-left:20px; }
.contact-card { background:var(--petrol); color:#fff; border-radius:28px; padding:48px; display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.contact-card a { color:#75ddd3; text-decoration:none; font-weight:850; }
.contact-lines { display:grid; gap:14px; margin-top:24px; }
.contact-line { border-top:1px solid rgba(255,255,255,.14); padding-top:14px; }

@media (max-width: 900px) {
  .nav { display:none; position:absolute; top:76px; left:0; right:0; padding:22px; background:var(--cream); border-bottom:1px solid rgba(12,52,56,.1); flex-direction:column; align-items:flex-start; }
  .nav.open { display:flex; }
  .menu-toggle { display:block; }
  .header-actions .btn-ghost { display:none; }
  .hero-card, .featured-course, .campaign-card, .about-card, .contact-card, .split { grid-template-columns:1fr; }
  .hero-card { padding:42px; min-height:unset; }
  .hero-visual { min-height:330px; }
  .course-points, .cards-3, .method-grid, .work-grid { grid-template-columns:1fr; }
  .grid-5 { grid-template-columns:repeat(2,1fr); }
  .about-image { min-height:380px; order:2; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 560px) {
  .container { width:min(var(--max),calc(100% - 28px)); }

  /* Header */
  .header-inner { min-height:58px; }
  .brand img { width:116px; }
  .header-actions { gap:4px; }
  .header-actions .btn { min-height:34px; padding:0 9px; border-radius:9px; font-size:9.5px; }
  .menu-toggle { font-size:22px; }

  /*
    MOBILPRINCIP:
    Samma innehåll som desktop, men färre visuella "lådor".
    AI i vardagen får vara det enda stora färgblocket.
  */

  /* Hero */
  .hero { padding:20px 0 8px; }
  .hero-card {
    grid-template-columns:1fr;
    min-height:0;
    gap:0;
    padding:24px 20px;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(12,52,56,.06);
  }
  .hero-visual { display:none !important; }
  .hero-copy .eyebrow { margin-bottom:10px; }
  h1 { font-size:39px; line-height:1.01; letter-spacing:-.047em; }
  .hero-copy p { margin:15px 0 17px; font-size:14.5px; line-height:1.5; }
  .hero-actions { gap:7px; }
  .hero-actions .btn { min-height:37px; padding:0 11px; font-size:10.5px; }
  .hero-note { margin-top:11px; font-size:10.5px; }

  /* Main spacing */
  .section { padding:26px 0; }

  /* AI i vardagen – one intentional strong design block */
  .featured-course {
    grid-template-columns:1fr;
    gap:0;
    padding:25px 20px;
    border-radius:20px;
    box-shadow:none;
  }
  .featured-course h2 { font-size:32px; line-height:1.01; }
  .featured-course p { margin:13px 0 17px; font-size:14px; line-height:1.5; }
  .featured-course .hero-actions { margin-bottom:11px; }
  .featured-course .hero-actions .btn { min-height:34px; padding:0 10px; font-size:9.8px; }
  .feature-facts { margin-top:10px; gap:5px; }
  .feature-facts span { min-height:26px; padding:0 8px; font-size:9px; }

  /* The second dark course card is useful on desktop but redundant on mobile. */
  .featured-course .course-side { display:none !important; }

  /* "Olika uppdrag" becomes editorial rows rather than three white cards. */
  .services-section { padding:24px 0 18px; }
  .services-section .section-head { margin-bottom:12px; }
  .services-section .section-head .eyebrow { margin-bottom:8px; }
  .services-section .section-head h2 { font-size:29px; }
  .services-section .section-head p { margin:9px 0 0; font-size:13.5px; line-height:1.48; }

  .services-section .cards-3 {
    display:block;
    margin-top:15px;
    border-top:1px solid rgba(12,52,56,.13);
  }
  .services-section .service-card {
    min-height:0;
    padding:13px 0 12px;
    border:0;
    border-bottom:1px solid rgba(12,52,56,.13);
    border-radius:0;
    background:transparent;
  }
  .services-section .service-card .n { display:none; }
  .services-section .service-card h3 {
    display:inline;
    margin:0 7px 0 0;
    font-size:15px;
  }
  .services-section .service-card p { display:none; }
  .services-section .service-card a {
    display:inline;
    font-size:11px;
    font-weight:750;
  }

  /* About: text-led, small face, no large full-body block on mobile. */
  .desktop-about-section { display:block; padding:20px 0 22px; }
  .about-card {
    grid-template-columns:1fr;
    gap:0;
    padding:21px 20px;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(12,52,56,.055);
  }
  .about-image { display:none !important; }
  .about-copy { order:1; }
  .about-heading-row {
    display:grid;
    grid-template-columns:1fr 70px;
    gap:14px;
    align-items:center;
    margin-bottom:8px;
  }
  .about-mobile-headshot {
    display:block;
    width:70px;
    height:70px;
    object-fit:cover;
    object-position:50% 22%;
    border-radius:17px;
    background:var(--turquoise-soft);
  }
  .about-copy .eyebrow { margin-bottom:7px; }
  .about-copy h2 { font-size:27px; line-height:1.04; }
  .about-copy p { margin:7px 0; font-size:13px; line-height:1.45; }
  .about-copy .quote {
    margin:10px 0 11px;
    font-size:18px;
    line-height:1.23;
  }
  .about-copy .btn { min-height:33px; padding:0 10px; font-size:9.5px; }

  /* Current/giveaway: a real small card, distinct from page background. */
  .section-compact { padding:14px 0; }
  .current-note {
    display:block;
    padding:17px 18px;
    border-radius:16px;
    background:#FFF0C7;
    border:1px solid #E8D28C;
  }
  .current-note .eyebrow { margin-bottom:6px; }
  .current-note h3 { font-size:16px; line-height:1.22; }
  .current-note p { margin:5px 0 0; font-size:11.5px; line-height:1.4; }
  .current-note .btn {
    margin-top:9px;
    min-height:31px;
    padding:0 10px;
    font-size:9.5px;
  }

  /* CTA – compact mint band */
  .contact-cta-section { padding:12px 0 18px; }
  .cta-band {
    grid-template-columns:1fr;
    gap:10px;
    padding:16px 17px;
    border-radius:16px;
  }
  .cta-band h3 { font-size:16px; line-height:1.2; }
  .cta-band p { margin:3px 0 0; font-size:11px; line-height:1.4; }
  .cta-band .btn {
    width:max-content;
    min-height:32px;
    padding:0 10px;
    font-size:9.5px;
  }

  /* Footer */
  .site-footer { padding:18px 0 14px; }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:13px 22px;
    padding-top:16px;
  }
  .footer-brand { grid-column:1 / -1; }
  .footer-brand img { width:104px; }
  .footer-brand p { display:none; }
  .footer-col strong { margin-bottom:5px; font-size:9.5px; }
  .footer-col a { margin:3px 0; font-size:10px; }
  .footer-col:last-child { display:none; }
  .footer-bottom {
    margin-top:14px;
    padding-top:10px;
    border-top:1px solid rgba(12,52,56,.08);
    flex-direction:row;
    font-size:8.5px;
  }

  /* Inner pages */
  .page-hero-card { padding:28px 24px; border-radius:24px; }
  .grid-5 { grid-template-columns:1fr; }
  .contact-card {
    grid-template-columns:1fr;
    padding:30px 24px;
    border-radius:22px;
  }

  /* FINAL: reduce button density on small screens */
  .hero .hero-actions .btn:nth-child(2) {
    min-height:0;
    padding:0;
    border:0;
    background:transparent;
    color:#08786f;
    box-shadow:none;
    font-size:10.5px;
    font-weight:850;
  }
  .hero .hero-actions .btn:nth-child(2)::after {
    content:" →";
  }

  .featured-course .hero-actions .btn:nth-child(3) {
    min-height:0;
    padding:0;
    margin-left:2px;
    border:0;
    background:transparent;
    color:#9fe3dc;
    box-shadow:none;
    font-size:10px;
    font-weight:850;
  }
  .featured-course .hero-actions .btn:nth-child(3)::after {
    content:" →";
  }

}

