:root {
    --btry-bg: #052c33;
    --btry-text: #fdf8e1;
    --btry-blue: #4a8df8;
    --btry-yellow: #f4d06f;
    --btry-pink: #f1a7c0;
    --btry-orange: #ff8c69;
}

.hero-btry-section {
    background-color: var(--btry-bg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    /* Using a heavier font weight for the Kahoot look */
    font-family: 'Inter', 'Arial Black', sans-serif;
}

.hero-btry-container {
    position: relative;
    width: 100%;
    /* Increased max-width for "Big" feel */
    max-width: 1200px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Typography - Massive scaling */
.hero-btry-title {
    color: var(--btry-text);
    /* Significantly larger font size */
    font-size: clamp(4rem, 12vw, 9rem);
    line-height: 0.85;
    margin: 0;
    text-transform: none;
    letter-spacing: -4px;
    z-index: 10;
    font-weight: 900;
}

.hero-btry-indent-1 { padding-left: 10%; display: inline-block; }
.hero-btry-indent-2 { padding-left: 5%; display: inline-block; }

/* Hero CTA Buttons */
.kh-hero-cta {
    position: relative;
    z-index: 12;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}

.hero-btry-section .kh-sol-btn--outline {
    background: transparent;
    color: var(--btry-text);
    border-color: rgba(253, 248, 225, 0.9);
}

.hero-btry-section .kh-sol-btn--outline:hover {
    background: rgba(253, 248, 225, 0.12);
}

.hero-btry-section .kh-sol-btn:hover {
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

/* Floating Element Blocks */
.hero-btry-element {
    position: absolute;
    width: 110px;
    height: 90px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.4rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    z-index: 11;
}

/* Positioned further out for the "Big" layout */
.hero-btry-pb { 
    background: var(--btry-blue); color: #fff; 
    top: 15%; right: 10%; transform: rotate(15deg);
}

.hero-btry-zn { 
    background: var(--btry-yellow); color: var(--btry-bg); 
    top: 45%; left: 8%; transform: rotate(-12deg);
}

.hero-btry-cd { 
    background: var(--btry-pink); color: #8e2a4a; 
    bottom: 25%; left: 5%; transform: rotate(-8deg);
}

/* Plus Shape */
.hero-btry-plus {
    position: absolute;
    top: 15%; left: 15%;
    font-size: 6rem;
    color: #ff6b6b;
    transform: rotate(10deg);
    font-weight: 900;
    opacity: 0.8;
}

/* GO Triangle Styling */
.hero-btry-warning {
    position: absolute;
    top: 45%; right: 5%;
    width: 0; height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 120px solid var(--btry-orange);
    transform: rotate(15deg);
    z-index: 11;
}

.hero-btry-triangle {
    position: absolute;
    top: 55px; left: -25px;
    color: white;
    font-size: 1.8rem;
    font-weight: 900;
    transform: rotate(-5deg);
}

/* Center Object */
.hero-btry-object {
    margin-top: 40px;
    /* width: 140px; */
        width: 35%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-btry-cap {
    width: 50px;
    height: 12px;
    background: #fdf8e1;
    border-radius: 6px 6px 0 0;
}

.hero-btry-body {
    /* width: 140px;
    height: 200px; */
     width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, var(--btry-pink) 50%, var(--btry-blue) 50%); */
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    /* box-shadow: inset -20px 0 30px rgba(0,0,0,0.15), 0 15px 30px rgba(0,0,0,0.2); */
}

.hero-btry-plus-sign {
    font-size: 2.5rem;
    margin-top: 25px;
}

/* Smooth Floating Animations */
@keyframes floatY {
    0%, 100% { transform: translateY(0) rotate(var(--r)); }
    50% { transform: translateY(-30px) rotate(var(--r)); }
}

.hero-btry-pb { --r: 15deg; animation: floatY 5s ease-in-out infinite; }
.hero-btry-zn { --r: -12deg; animation: floatY 4s ease-in-out infinite; }
.hero-btry-cd { --r: -8deg; animation: floatY 6s ease-in-out infinite; }
.hero-btry-warning { --r: 15deg; animation: floatY 4.5s ease-in-out infinite; }

/* Responsive: Stack text and scale down on mobile */
@media (max-width: 768px) {
    .hero-btry-element, .hero-btry-warning, .hero-btry-plus {
        display: none; /* Hide decorative elements on very small screens for readability */
    }
    .hero-btry-indent-1, .hero-btry-indent-2 { padding-left: 0; }
}

:root {
    --kh-dark-teal: #052c33;
    --kh-cloud-blue: #cbdcf7;
    --kh-text-color: #052c33;
    --kh-ni-green: #0a6b4a;
}

.kh-price-section {
    position: relative;
    background-color: var(--kh-dark-teal); /* Matches previous section bg */
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    padding: 100px 20px;
}

/* Creating the Cloud Shape */
.kh-price-cloud-container {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 90%;
    z-index: 1;
}

.kh-price-cloud-base {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--kh-cloud-blue);
    border-radius: 50% 50% 0 0;
    /* Adding multiple box shadows or pseudo-elements creates the "bubbly" cloud effect */
    box-shadow: 
        -400px 100px 0 0 var(--kh-cloud-blue),
        400px 100px 0 0 var(--kh-cloud-blue),
        -200px -50px 0 0 var(--kh-cloud-blue),
        200px -50px 0 0 var(--kh-cloud-blue);
}

.kh-price-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}

/* Floating Elements */
.kh-price-item {
    position: absolute;
    animation: khFloat 6s ease-in-out infinite;
}

.kh-ni-block {
    background: var(--kh-ni-green);
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 8px;
    top: -100px;
    left: 15%;
    transform: rotate(-10deg);
}

.kh-cylinder {
    width: 40px;
    height: 80px;
    background: linear-gradient(to right, #4a8df8, #f4d06f);
    border-radius: 20px;
    top: -150px;
    left: 40%;
    transform: rotate(70deg);
}

.kh-sphere {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle at 30% 30%, #a2b6ff, #4a8df8);
    border-radius: 50%;
    top: -50px;
    right: 20%;
}

.kh-cube {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f4d06f, #f1a7c0);
    transform: rotate(45deg);
    top: 50px;
    left: 50%;
}

/* Layout Grid */
.kh-price-main-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: end;
    margin-top: 150px;
}

.kh-price-title {
    font-size: clamp(3rem, 8vw, 6rem);
    color: var(--kh-text-color);
    line-height: 0.85;
    font-weight: 900;
    margin: 0;
    letter-spacing: -3px;
}

.kh-price-text-right {
    max-width: 350px;
    padding-bottom: 20px;
}

.kh-price-alert-icon {
    width: 100px;
    height: 100px;
    background: white;
    border: 8px solid #f1a7c0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.kh-price-alert-icon span {
    color: #f1a7c0;
    font-size: 4rem;
    font-weight: 900;
    transform: rotate(15deg);
}

.kh-price-description {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--kh-text-color);
    font-weight: 600;
}

/* Animations */
@keyframes khFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .kh-price-main-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .kh-ni-block { left: 5%; top: -50px; }
}

:root {
  --kh-stats-bg: #052c33;
  --kh-stats-orange: #ea7a31;
  --kh-stats-pink: #f06a97;
  --kh-stats-yellow: #f4d06f;
  --kh-stats-blue: #4a8df8;
  --kh-stats-dark-text: #052c33;
}

.kh-stats-section {
  position: relative;
  background-color: var(--kh-stats-bg);
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

/* Background Pattern (SVG Watermarks) */
.kh-stats-pattern {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='20' y='50' fill='white' font-family='Arial' font-weight='bold' font-size='30'%3EPb%3C/text%3E%3Ccircle cx='40' cy='40' r='35' fill='none' stroke='white' stroke-width='2'/%3E%3Ctext x='120' y='150' fill='white' font-family='Arial' font-weight='bold' font-size='30'%3ECd%3C/text%3E%3Ccircle cx='140' cy='140' r='35' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 300px;
  pointer-events: none;
}

.kh-stats-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
}

/* Grid Layout */
.kh-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.kh-stats-card {
  border-radius: 24px;
  padding: 40px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.kh-stats-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Card Coloring */
.kh-stats-orange { background-color: var(--kh-stats-orange); }
.kh-stats-pink { background-color: var(--kh-stats-pink); }
.kh-stats-blue { background-color: var(--kh-stats-blue); }
.kh-stats-yellow { 
  background-color: var(--kh-stats-yellow); 
  color: var(--kh-stats-dark-text);
}

/* Typography */
.kh-stats-number-row {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.kh-stats-big {
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 1;
}

.kh-stats-unit {
  font-size: 2.5rem;
  font-weight: 400;
}

.kh-stats-unit-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.kh-stats-percent {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.kh-stats-label {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.95;
  line-height: 1.4;
}

.kh-stats-label-small {
  font-size: 0.85rem;
  max-width: 140px;
  font-weight: 600;
}

/* Offset positioning for the 2x2 grid look */
@media (min-width: 769px) {
    .kh-stats-pink { transform: translateY(50px); }
    .kh-stats-blue { transform: translateY(50px); }
    
    .kh-stats-pink:hover { transform: translateY(40px) scale(1.02); }
    .kh-stats-blue:hover { transform: translateY(40px) scale(1.02); }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .kh-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kh-stats-card {
    min-height: auto;
    padding: 30px;
  }
}


:root {
    --kh-dyk-bg: #0a4d3c; /* Deep Forest Green */
    --kh-dyk-cream: #fdf8e1;
    --kh-dyk-yellow: #f4d06f;
    --kh-dyk-blue-light: #4a8df8;
}

.kh-dyk-section {
    position: relative;
    background-color: var(--kh-dyk-bg);
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Pushes image to bottom */
    overflow: hidden;
    padding-top: 80px;
    font-family: 'Inter', sans-serif;
}

.kh-dyk-content-wrapper {
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.kh-dyk-title {
    color: var(--kh-dyk-cream);
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.kh-dyk-text {
    color: var(--kh-dyk-cream);
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
}

.kh-dyk-highlight {
    color: var(--kh-dyk-yellow);
}

/* Visual/Image Area */
.kh-dyk-visual-container {
    width: 100%;
    height: 40vh; /* Takes up bottom portion */
    position: relative;
    perspective: 1000px;
}

/* CSS Mockup of the pool - Replace this with your image */
.kh-dyk-placeholder-visual {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #4a8df8, #1a56b8);
    transform: rotateX(45deg); /* Simple perspective trick */
    transform-origin: bottom;
    border-top: 20px solid white;
    position: relative;
    overflow: hidden;
}

.kh-dyk-water-lines {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 100px,
        rgba(255, 255, 255, 0.2) 100px,
        rgba(255, 255, 255, 0.2) 105px
    );
    transform: rotate(-15deg);
}

/* Floating Hg Bubbles */
.kh-dyk-hg-bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    width: 80px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    backdrop-filter: blur(5px);
}

.hg-1 { bottom: 20%; left: 20%; }
.hg-2 { bottom: 40%; left: 45%; }
.hg-3 { bottom: 15%; right: 20%; }

/* Mobile Adjustments */
@media (max-width: 768px) {
    .kh-dyk-section { padding-top: 40px; }
    .kh-dyk-visual-container { height: 30vh; }
}

:root {
    --kh-sol-bg: #cbdcf7;
    --kh-sol-dark: #052c33;
    --kh-sol-green: #0a6b4a;
    --kh-sol-white: #ffffff;
}

.kh-solution-section {
    background-color: var(--kh-sol-bg);
    min-height: 100vh;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.kh-solution-container {
    max-width: 1200px;
    width: 100%;
}

/* Header Styling */
.kh-solution-header {
    text-align: center;
    margin-bottom: 60px;
}

.kh-solution-title {
    font-size: clamp(3rem, 8vw, 6.5rem);
    color: var(--kh-sol-dark);
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.kh-solution-subtitle {
    font-size: 1.1rem;
    color: var(--kh-sol-dark);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 600;
}

/* Grid Layout */
.kh-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: stretch;
}

/* Card Styling */
.kh-solution-card {
    background-color: var(--kh-sol-white);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.kh-solution-card:hover {
    transform: translateY(-15px);
}

/* Middle Card Highlight */
.kh-solution-card--highlight {
    background-color: var(--kh-sol-green);
    color: var(--kh-sol-white);
}

/* Image Placeholders */
.kh-solution-image-area {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.kh-solution-placeholder-icon {
    width: 100%;
    height: 180px;
    /* background-color: rgba(0,0,0,0.05); */
    border-radius: 50%;
    position: relative;
}

.kh-solution-card--highlight .kh-solution-placeholder-icon {
    /* background-color: rgba(255,255,255,0.1); */
}

/* Text Content */
.kh-solution-card-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.kh-solution-card-text {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .kh-solution-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .kh-solution-card-title {
        font-size: 2.5rem;
    }
}

/* Tech Stack / What you get / FAQ */
.kh-sol-extras {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 0 10px;
}

.kh-sol-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kh-sol-panel {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(5, 44, 51, 0.10);
    border-radius: 22px;
    padding: 26px 26px 22px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.kh-sol-panel--accent {
    background: #ffffff;
    border-color: rgba(10, 107, 74, 0.18);
}

.kh-sol-panel-title {
    font-size: 2rem;
    font-weight: 900;
    color: var(--kh-sol-dark);
    margin: 0 0 14px;
    letter-spacing: -0.5px;
}

.kh-sol-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.kh-sol-list li {
    position: relative;
    padding-left: 34px;
    color: var(--kh-sol-dark);
    font-weight: 650;
    line-height: 1.55;
}

.kh-sol-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--kh-sol-green);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.9rem;
}

.kh-sol-extras-heading {
    font-size: 2rem;
    font-weight: 900;
    color: var(--kh-sol-dark);
    margin: 32px 0 12px;
    letter-spacing: -0.5px;
}

.kh-sol-faq-grid {
    display: grid;
    gap: 14px;
}

.kh-sol-faq-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(5, 44, 51, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.kh-sol-faq-q {
    font-weight: 900;
    color: var(--kh-sol-dark);
    margin-bottom: 6px;
}

.kh-sol-faq-a {
    font-weight: 600;
    color: var(--kh-sol-dark);
    opacity: 0.9;
    line-height: 1.6;
}

.kh-sol-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.kh-sol-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.kh-sol-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.kh-sol-btn--primary {
    background: var(--kh-sol-green);
    color: #ffffff;
}

.kh-sol-btn--dark {
    background: var(--kh-sol-dark);
    color: #ffffff;
}

.kh-sol-btn--outline {
    background: #ffffff;
    color: var(--kh-sol-dark);
    border-color: var(--kh-sol-dark);
}

@media (max-width: 900px) {
    .kh-sol-panels {
        grid-template-columns: 1fr;
    }

    .kh-sol-panel-title,
    .kh-sol-extras-heading {
        font-size: 1.6rem;
    }
}
