
    :root {
      --primary: #f05c62;
      --secondary: #2f3440;
      --white: #ffffff;
      --light-bg: #fafafa;
      --light-gray: #f4f4f4;
      --mid-gray: #e8e8e8;
      --text-muted: #666;
      --text-body: #444;
      --radius: 16px;
      --shadow: 0 8px 40px rgba(0,0,0,0.08);
      --shadow-strong: 0 16px 60px rgba(240,92,98,0.15);
    }

    html { scroll-behavior: smooth; }

    .teamhome-designpage-header-body {
      font-family: Arial, Helvetica, sans-serif;
      color: var(--secondary);
      background: var(--white);
      overflow-x: hidden;
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(36px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }
    @keyframes slideRight {
      from { opacity: 0; transform: translateX(-40px); }
      to   { opacity: 1; transform: translateX(0); }
    }
    @keyframes pulse-ring {
      0%   { box-shadow: 0 0 0 0 rgba(240,92,98,0.35); }
      70%  { box-shadow: 0 0 0 18px rgba(240,92,98,0); }
      100% { box-shadow: 0 0 0 0 rgba(240,92,98,0); }
    }
    @keyframes shimmer {
      0%   { background-position: -400px 0; }
      100% { background-position: 400px 0; }
    }
    @keyframes floatY {
      0%, 100% { transform: translateY(0px); }
      50%       { transform: translateY(-10px); }
    }

    .reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    /* ────────────────────────────────────────────────
       HEADER
    ──────────────────────────────────────────────── */
    .teamhome-designpage-header {
      position: relative;
      min-height: 92vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: var(--secondary);
    }
    /* Diagonal split */
    .teamhome-designpage-header::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url('/img/banner/b1.jpg') center/cover no-repeat;
      opacity: 0.18;
    }
    /* Red accent panel */
    .teamhome-designpage-header::after {
      content: '';
      position: absolute;
      right: 0; top: 0;
      width: 38%;
      height: 100%;
      background: var(--primary);
      clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
      opacity: 0.92;
    }
    /* Dot pattern overlay */
    .header-dots {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }

    .teamhome-designpage-header-content {
      position: relative;
      z-index: 2;
      max-width: 1100px;
      width: 100%;
      padding: 0 40px;
      animation: slideRight 1s ease both;
    }
    .teamhome-designpage-header-content .overline {
      display: inline-block;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--primary);
      background: rgba(240,92,98,0.12);
      padding: 6px 16px;
      border-radius: 100px;
      margin-bottom: 22px;
    }
    .teamhome-designpage-header-content h1 {
      font-size: 3.5rem;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 1.08;
      color: var(--white);
      margin-bottom: 20px;
    }
    .teamhome-designpage-header-content h1 span { color: var(--primary); }
    .teamhome-designpage-header-content p {
      font-size: 1.18rem;
      color: rgba(255,255,255,0.7);
      max-width: 520px;
      line-height: 1.7;
      margin-bottom: 38px;
    }

    .teamhome-designpage-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--primary);
      color: var(--white);
      border: none;
      padding: 16px 38px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      border-radius: 100px;
      cursor: pointer;
      transition: all 0.28s ease;
      text-transform: uppercase;
      animation: pulse-ring 2.4s ease infinite;
    }
    .teamhome-designpage-btn:hover {
      background: var(--white);
      color: var(--primary);
      transform: translateY(-3px);
      box-shadow: 0 16px 40px rgba(240,92,98,0.35);
    }
    .teamhome-designpage-btn i { font-size: 0.85rem; }

    /* Scroll indicator */
    .scroll-indicator {
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      color: rgba(255,255,255,0.45);
      font-size: 0.72rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      animation: fadeIn 2s 1.2s both;
    }
    .scroll-indicator .line {
      width: 1px;
      height: 52px;
      background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
      animation: floatY 2s ease infinite;
    }

    /* ────────────────────────────────────────────────
       STATS BAR
    ──────────────────────────────────────────────── */
    .teamhome-designpage-stats {
      background: var(--secondary);
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0;
    }
    .stat-item {
      flex: 1;
      min-width: 160px;
      padding: 32px 28px;
      text-align: center;
      border-right: 1px solid rgba(255,255,255,0.07);
      transition: background 0.25s;
    }
    .stat-item:last-child { border-right: none; }
    .stat-item:hover { background: rgba(240,92,98,0.1); }
    .stat-item .num {
      font-size: 2.2rem;
      font-weight: 600;
      color: var(--primary);
      line-height: 1;
      margin-bottom: 6px;
    }
    .stat-item .label {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.5);
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    /* ────────────────────────────────────────────────
       SECTION 1 – Design Studio
    ──────────────────────────────────────────────── */
    .teamhome-designpage-section1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      align-items: stretch;
      min-height: 620px;
      overflow: hidden;
    }
    .teamhome-designpage-section1 > div:first-child {
      position: relative;
      overflow: hidden;
    }
    .teamhome-designpage-section1 > div:first-child img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.7s ease;
    }
    .teamhome-designpage-section1 > div:first-child:hover img {
      transform: scale(1.04);
    }
    /* Red vertical accent bar */
    .teamhome-designpage-section1 > div:first-child::after {
      content: '';
      position: absolute;
      top: 10%;
      right: 0;
      width: 5px;
      height: 80%;
      background: var(--primary);
      border-radius: 4px 0 0 4px;
    }

    .teamhome-designpage-section1-content {
      background: var(--white);
      padding: 70px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .teamhome-designpage-section1-content .section-tag {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 14px;
    }
    .teamhome-designpage-section1-content h2 {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      line-height: 1.15;
      color: var(--secondary);
      margin-bottom: 22px;
    }
    .teamhome-designpage-section1-content p {
      font-size: 0.97rem;
      color: var(--text-body);
      line-height: 1.8;
      margin-bottom: 40px;
    }

    .teamhome-designpage-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .teamhome-designpage-feature-card {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: var(--light-gray);
      border-radius: 12px;
      border-left: 3px solid transparent;
      transition: all 0.28s ease;
      cursor: default;
    }
    .teamhome-designpage-feature-card:hover {
      border-left-color: var(--primary);
      background: rgba(240,92,98,0.06);
      transform: translateX(4px);
    }
    .teamhome-designpage-feature-card i {
      font-size: 1.3rem;
      color: var(--primary);
      width: 38px;
      height: 38px;
      background: rgba(240,92,98,0.1);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .teamhome-designpage-feature-card h3 {
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--secondary);
      letter-spacing: 0.2px;
    }

    /* ────────────────────────────────────────────────
       PRICING
    ──────────────────────────────────────────────── */
    .teamhome-designpage-pricing {
      background: var(--light-bg);
      padding: 96px 40px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    /* Background decoration */
    .teamhome-designpage-pricing::before {
      content: '';
      position: absolute;
      top: -120px; right: -120px;
      width: 480px; height: 480px;
      background: radial-gradient(circle, rgba(240,92,98,0.07) 0%, transparent 70%);
      pointer-events: none;
    }
    .teamhome-designpage-pricing::after {
      content: '';
      position: absolute;
      bottom: -120px; left: -120px;
      width: 380px; height: 380px;
      background: radial-gradient(circle, rgba(47,52,64,0.05) 0%, transparent 70%);
      pointer-events: none;
    }
    .pricing-badge {
      display: inline-block;
      background: rgba(240,92,98,0.1);
      color: var(--primary);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 7px 18px;
      border-radius: 100px;
      margin-bottom: 18px;
    }
    .teamhome-designpage-pricing > h2:nth-of-type(1) {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      line-height: 1.15;
      color: var(--secondary);
    }
    .teamhome-designpage-pricing > h2:nth-of-type(2) {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      line-height: 1.15;
      color: var(--primary);
      margin-top: -8px;
      margin-bottom: 12px;
    }
    .teamhome-designpage-pricing > p {
      font-size: 0.97rem;
      color: var(--text-muted);
      margin-bottom: 60px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.7;
    }

    .teamhome-designpage-packages {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .teamhome-designpage-package {
      background: var(--white);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      position: relative;
    }
    .teamhome-designpage-package:hover {
      transform: translateY(-10px);
      box-shadow: var(--shadow-strong);
    }
    /* Popular badge for second package */
    .teamhome-designpage-package:nth-child(2)::before {
      content: 'Most Popular';
      position: absolute;
      top: 18px; right: 18px;
      background: var(--white);
      color: var(--primary);
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 100px;
    }

    .teamhome-designpage-package-header {
      background: var(--secondary);
      padding: 28px 30px;
      position: relative;
      overflow: hidden;
    }
    .teamhome-designpage-package:nth-child(2) .teamhome-designpage-package-header {
      background: var(--primary);
    }
    .teamhome-designpage-package-header::before {
      content: '';
      position: absolute;
      bottom: -30px; right: -30px;
      width: 100px; height: 100px;
      background: rgba(255,255,255,0.06);
      border-radius: 50%;
    }
    .teamhome-designpage-package-header::after {
      content: '';
      position: absolute;
      bottom: 10px; right: 40px;
      width: 50px; height: 50px;
      background: rgba(255,255,255,0.06);
      border-radius: 50%;
    }
    .teamhome-designpage-package-header h3 {
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--white);
      letter-spacing: -0.3px;
    }
    .teamhome-designpage-package-header .price-sub {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.6);
      margin-top: 4px;
    }

    .teamhome-designpage-package-body {
      padding: 28px 30px;
    }
    .teamhome-designpage-package-body ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 11px;
    }
    .teamhome-designpage-package-body ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.88rem;
      color: var(--text-body);
      padding-bottom: 11px;
      border-bottom: 1px solid var(--mid-gray);
    }
    .teamhome-designpage-package-body ul li:last-child { border-bottom: none; }
    .teamhome-designpage-package-body ul li .li-left {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .teamhome-designpage-package-body ul li i {
      width: 22px; height: 22px;
      background: rgba(240,92,98,0.1);
      color: var(--primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.68rem;
      flex-shrink: 0;
    }
    .teamhome-designpage-package-body ul li span {
      background: var(--secondary);
      color: var(--white);
      font-size: 0.7rem;
      font-weight: 600;
      padding: 2px 9px;
      border-radius: 100px;
      min-width: 24px;
      text-align: center;
    }
    .teamhome-designpage-package:nth-child(2) .teamhome-designpage-package-body ul li span {
      background: var(--primary);
    }
    .visit-note {
      font-size: 0.78rem;
      color: var(--text-muted);
      line-height: 1.65;
      margin-top: 22px;
      padding: 14px 16px;
      background: var(--light-gray);
      border-radius: 10px;
      border-left: 3px solid var(--primary);
    }

    /* ────────────────────────────────────────────────
       CTA BANNER
    ──────────────────────────────────────────────── */
    .teamhome-designpage-cta {
      background: var(--primary);
      padding: 90px 40px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .teamhome-designpage-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
      background-size: 24px 24px;
    }
    .teamhome-designpage-cta::after {
      content: '';
      position: absolute;
      top: -80px; left: -80px;
      width: 300px; height: 300px;
      border-radius: 50%;
      background: rgba(255,255,255,0.07);
      pointer-events: none;
    }
    .cta-inner {
      position: relative;
      z-index: 1;
      max-width: 700px;
      margin: 0 auto;
    }
    .teamhome-designpage-cta h2 {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      line-height: 1.15;
      color: var(--white);
      margin-bottom: 14px;
    }
    .teamhome-designpage-cta p {
      font-size: 1rem;
      color: rgba(255,255,255,0.75);
      margin-bottom: 38px;
      line-height: 1.7;
    }
    .teamhome-designpage-cta .teamhome-designpage-btn {
      background: var(--white);
      color: var(--primary);
      font-size: 1rem;
      padding: 18px 52px;
      animation: none;
      box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    }
    .teamhome-designpage-cta .teamhome-designpage-btn:hover {
      background: var(--secondary);
      color: var(--white);
      box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    }

    /* ────────────────────────────────────────────────
       CRAFTING
    ──────────────────────────────────────────────── */
    .teamhome-designpage-crafting {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      min-height: 540px;
      overflow: hidden;
    }
    .teamhome-designpage-crafting-left {
      background: url('/img/banner/b2.jpg') center/cover no-repeat;
      position: relative;
    }
    .teamhome-designpage-crafting-left::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(240,92,98,0.3) 0%, rgba(47,52,64,0.4) 100%);
    }
    /* Quote overlay */
    .teamhome-designpage-crafting-left::after {
      content: '"Architecture is frozen music."';
      position: absolute;
      bottom: 36px; left: 36px; right: 36px;
      font-size: 1.15rem;
      font-style: italic;
      color: rgba(255,255,255,0.85);
      font-weight: 300;
      line-height: 1.55;
    }

    .teamhome-designpage-crafting-right {
      background: var(--secondary);
      padding: 80px 65px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .teamhome-designpage-crafting-right .section-tag {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 16px;
    }
    .teamhome-designpage-crafting-right h2 {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      line-height: 1.15;
      color: var(--white);
      margin-bottom: 24px;
    }
    .teamhome-designpage-crafting-right h2 span { color: var(--primary); }
    .teamhome-designpage-crafting-right p {
      font-size: 0.97rem;
      color: rgba(255,255,255,0.65);
      line-height: 1.85;
      margin-bottom: 36px;
    }
    .teamhome-designpage-crafting-right .craft-features {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .craft-feat-item {
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255,255,255,0.8);
      font-size: 0.9rem;
    }
    .craft-feat-item i {
      color: var(--primary);
      font-size: 0.85rem;
    }

    /* ────────────────────────────────────────────────
       ADVANTAGE
    ──────────────────────────────────────────────── */
    .teamhome-designpage-advantage {
      padding: 100px 40px;
      background: var(--white);
      text-align: center;
      position: relative;
    }
    .teamhome-designpage-advantage::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    }
    .adv-badge {
      display: inline-block;
      background: rgba(240,92,98,0.08);
      color: var(--primary);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 7px 18px;
      border-radius: 100px;
      margin-bottom: 18px;
    }
    .teamhome-designpage-advantage h2 {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      line-height: 1.15;
      color: var(--secondary);
      margin-bottom: 16px;
    }
    .teamhome-designpage-advantage h2 span { color: var(--primary); }
    .teamhome-designpage-advantage .subtitle {
      max-width: 680px;
      margin: 0 auto 64px;
      font-size: 0.97rem;
      color: var(--text-muted);
      line-height: 1.75;
    }

    .teamhome-designpage-advantage-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .teamhome-designpage-advantage-card {
      background: var(--light-bg);
      border-radius: var(--radius);
      padding: 40px 28px;
      text-align: left;
      position: relative;
      overflow: hidden;
      transition: all 0.32s ease;
      border: 1px solid var(--mid-gray);
      cursor: default;
    }
    .teamhome-designpage-advantage-card::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 100%; height: 3px;
      background: var(--primary);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
    }
    .teamhome-designpage-advantage-card:hover::before { transform: scaleX(1); }
    .teamhome-designpage-advantage-card:hover {
      background: var(--white);
      box-shadow: var(--shadow-strong);
      transform: translateY(-8px);
      border-color: transparent;
    }

    .teamhome-designpage-advantage-card i {
      font-size: 1.6rem;
      color: var(--primary);
      margin-bottom: 22px;
      display: block;
      width: 56px; height: 56px;
      background: rgba(240,92,98,0.1);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.28s;
    }
    .teamhome-designpage-advantage-card:hover i {
      background: rgba(240,92,98,0.18);
    }
    .teamhome-designpage-advantage-card h3 {
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--secondary);
      margin-bottom: 12px;
      letter-spacing: 0.2px;
    }
    .teamhome-designpage-advantage-card p {
      font-size: 0.87rem;
      color: var(--text-muted);
      line-height: 1.7;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .teamhome-designpage-header-content h1 { font-size: 2.6rem; }
      .teamhome-designpage-section1 { grid-template-columns: 1fr; }
      .teamhome-designpage-section1 > div:first-child { height: 340px; }
      .teamhome-designpage-section1-content { padding: 50px 32px; }
      .teamhome-designpage-packages { grid-template-columns: 1fr; max-width: 480px; }
      .teamhome-designpage-crafting { grid-template-columns: 1fr; }
      .teamhome-designpage-crafting-left { height: 320px; }
      .teamhome-designpage-crafting-right { padding: 52px 36px; }
      .teamhome-designpage-advantage-grid { grid-template-columns: 1fr 1fr; }
      .teamhome-designpage-stats { gap: 0; }
    }
    @media (max-width: 560px) {
      .teamhome-designpage-header-content h1 { font-size: 2rem; }
      .teamhome-designpage-advantage-grid { grid-template-columns: 1fr; }
      .teamhome-designpage-features { grid-template-columns: 1fr; }
      .teamhome-designpage-pricing { padding: 68px 22px; }
      .stat-item { min-width: 50%; }
    }