MIX · extractor de estilos
Template: telardankuk.com/index.php · mtime: 2026-03-20 19:09
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: telardankuk.com/index.php */
/* Template mtime: 2026-03-20 19:09:03 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300..800&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --accent: #8c5a3c;
      --accent-dark: #6d442c;
      --accent-soft: rgba(140, 90, 60, 0.08);
      --bg: #fcf8f4;
      --surface: #ffffff;
      --surface-2: #faf1ea;
      --text: #1e1713;
      --muted: #5f4e42;
      --line: #e1cfc0;
      --line-light: rgba(225, 207, 192, 0.4);
      --shadow-sm: 0 10px 25px -8px rgba(0,0,0,0.06);
      --shadow-md: 0 20px 35px -10px rgba(0,0,0,0.08);
      --shadow-lg: 0 30px 55px -12px rgba(0,0,0,0.12);
      --radius: 28px;
      --radius-sm: 20px;
      --nav-h: 88px;
      --transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
    html, body { overflow-x: hidden; }
    body {
      margin: 0;
      font-family: "Inter", system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; }
    h1, h2, h3, h4, .eyebrow, .btn-main, .btn-outline-soft, .nav-link, .footer-title {
      font-weight: 600;
      letter-spacing: -0.02em;
    }
    .section { padding: 100px 0; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 16px;
      border-radius: 100px;
      background: var(--accent-soft);
      color: var(--accent-dark);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 1rem;
      backdrop-filter: blur(4px);
    }
    .section-title {
      margin: 0 0 1.2rem 0;
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 650;
      line-height: 1.1;
      color: var(--text);
      letter-spacing: -0.03em;
    }
    .section-subtitle {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: var(--muted);
      font-size: 1.1rem;
      line-height: 1.7;
      font-weight: 400;
    }

    .navbar {
      --bs-navbar-padding-y: 0.75rem;
      background: rgba(255, 255, 255, 0.75);
      backdrop-filter: blur(16px) saturate(180%);
      -webkit-backdrop-filter: blur(16px) saturate(180%);
      border-bottom: 1px solid var(--line-light);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
      padding-block: 0.5rem;
    }
    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--text);
      font-weight: 650;
      font-size: 1.2rem;
      transition: var(--transition);
    }
    .navbar-brand:hover { opacity: 0.85; }
    .navbar-brand img {
      height: 46px;
      width: auto;
      border-radius: 12px;
      transition: var(--transition);
    }
    .navbar-brand:hover img { transform: scale(1.02); }
    .navbar-toggler {
      border: 1px solid var(--line);
      padding: 0.6rem 0.8rem;
      border-radius: 14px;
      background: var(--surface);
      box-shadow: var(--shadow-sm);
    }
    .navbar-toggler:focus { box-shadow: none; border-color: var(--accent); }
    .navbar-nav { gap: 0.2rem; }
    .navbar-nav .nav-link {
      color: var(--text);
      font-weight: 550;
      padding: 0.6rem 1rem;
      border-radius: 40px;
      transition: var(--transition);
      font-size: 0.95rem;
    }
    .navbar-nav .nav-link:hover {
      color: var(--accent);
      background: var(--accent-soft);
    }
    .navbar-nav .nav-link.active {
      color: var(--accent);
      background: var(--accent-soft);
      font-weight: 600;
    }

    .btn-main, .btn-outline-soft {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 40px;
      padding: 0 28px;
      font-weight: 600;
      font-size: 0.95rem;
      transition: var(--transition);
      border: 1px solid transparent;
      letter-spacing: -0.01em;
    }
    .btn-main {
      background: var(--accent);
      color: white;
      box-shadow: 0 15px 25px -8px rgba(140, 90, 60, 0.35);
    }
    .btn-main:hover {
      background: var(--accent-dark);
      transform: translateY(-3px);
      box-shadow: 0 22px 30px -10px rgba(140, 90, 60, 0.45);
      color: #fff;
    }
    .btn-outline-soft {
      background: transparent;
      color: var(--text);
      border: 1.5px solid var(--line);
      backdrop-filter: blur(4px);
    }
    .btn-outline-soft:hover {
      border-color: var(--accent);
      color: var(--accent);
      background: rgba(255, 255, 255, 0.8);
      transform: translateY(-2px);
    }

    .hero {
      position: relative;
      padding: calc(var(--nav-h) + 40px) 0 100px;
      overflow: hidden;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: auto -100px -50px auto;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(140,90,60,0.1) 0%, rgba(140,90,60,0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: -80px auto auto -80px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(252, 237, 226, 0.6) 0%, rgba(252, 237, 226, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    .hero-copy {
      max-width: 620px;
      position: relative;
      z-index: 2;
    }
    .hero-copy .section-title { margin-bottom: 1.5rem; }
    .hero-copy p {
      color: var(--muted);
      font-size: 1.15rem;
      line-height: 1.8;
      margin: 0;
    }
    .hero-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 32px 0 28px;
    }
    .hero-badge {
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border-radius: 40px;
      background: var(--surface);
      border: 1px solid var(--line);
      color: var(--accent-dark);
      font-size: 0.85rem;
      font-weight: 550;
      box-shadow: var(--shadow-sm);
      backdrop-filter: blur(4px);
      transition: var(--transition);
    }
    .hero-badge:hover { transform: translateY(-2px); border-color: var(--accent); }
    .hero-actions { gap: 16px; margin-top: 32px; }
    .hero-orb {
      width: min(100%, 500px);
      aspect-ratio: 1/1;
      border-radius: 50%;
      background: linear-gradient(145deg, #fff, #f6ede6);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-lg);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
      position: relative;
      margin-left: auto;
      transition: var(--transition);
    }
    .hero-orb:hover { transform: scale(1.01); box-shadow: 0 40px 70px -15px rgba(0,0,0,0.15); }
    .hero-orb::after {
      content: "";
      position: absolute;
      inset: 20px;
      border-radius: 50%;
      border: 1px dashed var(--accent);
      opacity: 0.2;
    }
    .hero-orb img {
      position: relative;
      z-index: 2;
      max-width: 80%;
      max-height: 80%;
      filter: drop-shadow(0 15px 30px rgba(0,0,0,0.1));
    }

    .info-card, .service-card, .reason-card, .contact-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-md);
      padding: 36px 32px;
      height: 100%;
      transition: var(--transition);
      backdrop-filter: blur(2px);
    }
    .info-card:hover, .service-card:hover, .reason-card:hover, .contact-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-lg);
      border-color: var(--accent);
    }
    .icon-badge {
      width: 64px;
      height: 64px;
      border-radius: 20px;
      background: var(--accent-soft);
      color: var(--accent);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: var(--transition);
    }
    .service-card:hover .icon-badge, .reason-card:hover .icon-badge {
      background: var(--accent);
      color: white;
      transform: scale(1.05);
    }
    .icon-badge svg {
      width: 30px;
      height: 30px;
      stroke-width: 1.8;
    }

    .product-categories {
      display: grid;
      gap: 38px;
      margin-top: 60px;
    }
    .product-category-block {
      background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(250,241,234,0.92) 100%);
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: clamp(20px, 3vw, 34px);
      box-shadow: var(--shadow-md);
    }
    .product-category-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }
    .product-category-title {
      margin: 0;
      font-size: clamp(1.5rem, 2vw, 2rem);
      line-height: 1.15;
    }
    .product-category-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      background: var(--accent-soft);
      border: 1px solid var(--line);
      color: var(--accent-dark);
      font-weight: 700;
      font-size: 0.9rem;
    }
    .products-wrap {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px;
    }
    .product-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      transition: var(--transition);
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .product-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-lg);
      border-color: var(--accent);
    }
    .product-media {
      background: linear-gradient(180deg, #fff 0%, #fbf5ef 100%);
      padding: 22px 22px 18px;
      border-bottom: 1px solid var(--line-light);
    }
    .product-carousel {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    }
    .product-carousel .carousel-inner { border-radius: 24px; }
    .product-slide-btn {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      border: 0;
      background: transparent;
      cursor: zoom-in;
    }
    .product-main-image {
      width: 100%;
      height: 360px;
      object-fit: contain;
      display: block;
      background: #fff;
      transition: var(--transition);
    }
    .product-card:hover .product-main-image { transform: scale(1.015); }
    .product-carousel .carousel-control-prev,
    .product-carousel .carousel-control-next {
      width: 46px;
      height: 46px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.88);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
      opacity: 1;
    }
    .product-carousel .carousel-control-prev-icon,
    .product-carousel .carousel-control-next-icon {
      filter: brightness(0.2);
      width: 1.1rem;
      height: 1.1rem;
    }
    .product-body {
      padding: 26px 24px 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      flex: 1;
    }
    .product-category-chip {
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      min-height: 36px;
      padding: 0 14px;
      border-radius: 999px;
      background: var(--surface-2);
      border: 1px solid var(--line);
      color: var(--accent-dark);
      font-weight: 700;
      font-size: 0.84rem;
    }
    .product-title {
      margin: 0;
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 650;
      line-height: 1.18;
      letter-spacing: -0.02em;
    }
    .product-text {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
      font-size: 0.96rem;
    }
    .color-list { gap: 8px; }
    .color-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 0 14px;
      border-radius: 40px;
      background: var(--surface-2);
      color: var(--accent-dark);
      font-weight: 550;
      font-size: 0.85rem;
      border: 1px solid transparent;
      transition: var(--transition);
    }
    .color-chip:hover { border-color: var(--accent); background: #fff; }
    .thumb-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(66px, 1fr));
      gap: 10px;
      margin-top: 2px;
    }
    .thumb-btn {
      padding: 0;
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: none;
      transition: var(--transition);
    }
    .thumb-btn img {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover;
      display: block;
    }
    .thumb-btn:hover,
    .thumb-btn.active {
      transform: translateY(-2px);
      border-color: var(--accent);
      box-shadow: 0 12px 22px -14px rgba(140, 90, 60, 0.8);
    }
    .product-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: auto;
      padding-top: 2px;
    }
    .product-wa-btn {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 22px;
      border-radius: 999px;
      background: var(--accent);
      color: #fff;
      font-weight: 700;
      border: 1px solid transparent;
      box-shadow: 0 16px 26px -12px rgba(140, 90, 60, 0.45);
      transition: var(--transition);
    }
    .product-wa-btn:hover {
      background: var(--accent-dark);
      color: #fff;
      transform: translateY(-2px);
    }
    .product-wa-btn svg {
      width: 22px;
      height: 22px;
      flex: 0 0 auto;
    }
    .empty-box {
      max-width: 760px;
      margin: 44px auto 0;
      padding: 24px 28px;
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 24px;
      box-shadow: var(--shadow-sm);
      text-align: center;
      color: var(--muted);
      font-weight: 500;
    }

    .shop-embed-section {
      padding: 72px 0;
      background: #fff;
    }
    .shop-embed-head {
      max-width: 760px;
      margin: 0 auto 24px;
      text-align: center;
    }
    .shop-embed-kicker {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--accent);
    }
    .shop-embed-head h2 {
      margin: 0 0 12px;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.1;
      color: var(--text);
    }
    .shop-embed-head p {
      margin: 0;
      font-size: 16px;
      line-height: 1.7;
      color: var(--muted);
    }
    .shop-embed-wrap {
      width: 100%;
      min-height: 1250px;
      border-radius: 22px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 18px 50px rgba(0,0,0,.10);
      border: 1px solid rgba(0,0,0,.08);
    }
    .shop-embed-wrap iframe {
      display: block;
      width: 100%;
      min-height: 1250px;
      height: 1250px;
      border: 0;
      background: #fff;
    }

    .faq-wrap {
      max-width: 900px;
      margin: 60px auto 0;
      display: grid;
      gap: 18px;
    }
    .accordion-item {
      border: 1px solid var(--line);
      border-radius: 22px !important;
      overflow: hidden;
      background: var(--surface);
      box-shadow: var(--shadow-sm);
    }
    .accordion-button {
      font-weight: 600;
      color: var(--text);
      background: var(--surface);
      padding: 24px 28px;
      font-size: 1.1rem;
      box-shadow: none !important;
    }
    .accordion-button:not(.collapsed) {
      background: var(--surface-2);
      color: var(--accent-dark);
    }
    .accordion-button::after { background-size: 1.2rem; }
    .accordion-body {
      color: var(--muted);
      line-height: 1.8;
      padding: 0 28px 28px;
      font-size: 1rem;
    }

    .contact-list { gap: 18px; margin: 28px 0 32px; }
    .contact-item {
      display: flex;
      gap: 16px;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px dashed var(--line-light);
    }
    .contact-mark {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: var(--accent-soft);
      color: var(--accent);
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }
    .contact-mark svg { width: 22px; height: 22px; }
    .contact-item div { flex: 1; }
    .contact-item strong {
      display: block;
      font-size: 0.9rem;
      color: var(--muted);
      font-weight: 600;
      margin-bottom: 2px;
    }
    .contact-item a, .contact-item span {
      color: var(--text);
      font-weight: 500;
      transition: var(--transition);
    }
    .contact-item a:hover { color: var(--accent); }

    .form-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-md);
      padding: 40px 36px;
      height: 100%;
      transition: var(--transition);
    }
    .form-card:hover { box-shadow: var(--shadow-lg); }
    .form-label {
      font-weight: 600;
      margin-bottom: 10px;
      color: var(--text);
      font-size: 0.95rem;
    }
    .form-control {
      border: 1.5px solid var(--line);
      border-radius: 18px;
      min-height: 56px;
      padding: 1rem 1.2rem;
      color: var(--text);
      background: #fff;
      box-shadow: none !important;
      transition: var(--transition);
      font-size: 1rem;
    }
    textarea.form-control { min-height: 150px; }
    .form-control:focus {
      border-color: var(--accent);
      background-color: #fff;
      box-shadow: 0 0 0 4px var(--accent-soft) !important;
    }

    .footer {
      background: var(--accent);
      color: rgba(255, 255, 255, 0.9);
      padding: 80px 0 30px;
      margin-top: 60px;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
    }
    .footer-brand {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 25px;
    }
    .footer-brand img {
      height: 55px;
      width: auto;
      border-radius: 16px;
      background: rgba(255,255,255,0.15);
      padding: 6px;
    }
    .footer-brand span { font-size: 1.4rem; font-weight: 650; }
    .footer p { line-height: 1.8; opacity: 0.85; margin-bottom: 2rem; }
    .footer-title {
      margin: 0 0 25px;
      font-size: 1.1rem;
      font-weight: 650;
      letter-spacing: -0.02em;
      color: white;
    }
    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 12px;
    }
    .footer-links a {
      color: rgba(255, 255, 255, 0.8);
      transition: var(--transition);
      font-weight: 450;
    }
    .footer-links a:hover {
      color: white;
      transform: translateX(4px);
      opacity: 1;
    }
    .footer-bottom {
      margin-top: 50px;
      padding-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      font-size: 0.9rem;
      color: rgba(255,255,255,0.7);
    }
    .footer-bottom a { font-weight: 600; color: white; }

    #galLightbox .modal-content {
      background: rgba(10, 10, 10, 0.95);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 32px;
    }
    .gal-lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 56px;
      height: 56px;
      border-radius: 100px;
      background: rgba(255,255,255,0.25);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.3);
      color: white;
      font-size: 38px;
      line-height: 56px;
      text-align: center;
      cursor: pointer;
      transition: var(--transition);
      z-index: 5;
    }
    .gal-lightbox-nav:hover {
      background: rgba(255,255,255,0.4);
      transform: translateY(-50%) scale(1.05);
    }

    @media (max-width: 1199px) {
      .hero-orb { width: min(100%, 450px); }
    }
    @media (max-width: 991px) {
      :root { --nav-h: 80px; }
      .hero { padding-top: calc(var(--nav-h) + 30px); }
      .hero-visual { margin-top: 40px; }
      .products-wrap { grid-template-columns: 1fr; }
      .product-main-image { height: 320px; }
      .shop-embed-section { padding: 56px 0; }
      .shop-embed-wrap { min-height: 1000px; border-radius: 18px; }
      .shop-embed-wrap iframe { min-height: 1000px; height: 1000px; }
    }
    @media (max-width: 767px) {
      .section { padding: 70px 0; }
      .navbar-collapse {
        margin-top: 16px;
        padding: 16px;
        border-radius: 28px;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(10px);
        border: 1px solid var(--line);
        box-shadow: var(--shadow-lg);
      }
      .hero-orb { padding: 30px; }
      .footer { border-radius: 30px 30px 0 0; }
    }
    @media (max-width: 575px) {
      .section { padding: 60px 0; }
      .hero-actions .btn-main, .hero-actions .btn-outline-soft { width: 100%; }
      .products-wrap { grid-template-columns: 1fr; }
      .product-main-image { height: 270px; }
      .product-category-block { padding: 18px; border-radius: 26px; }
      .product-category-head { margin-bottom: 18px; }
      .product-carousel .carousel-control-prev,
      .product-carousel .carousel-control-next { width: 40px; height: 40px; margin: 0 10px; }
      .product-wa-btn { width: 100%; }
      .info-card, .service-card, .reason-card, .contact-card, .form-card { padding: 28px 20px; }
      .navbar-brand span { font-size: 1rem; }
      .shop-embed-section { padding: 46px 0; }
      .shop-embed-head { margin-bottom: 18px; }
      .shop-embed-head p { font-size: 15px; line-height: 1.6; }
      .shop-embed-wrap { min-height: 900px; border-radius: 16px; }
      .shop-embed-wrap iframe { min-height: 900px; height: 900px; }
    }

    .btn-close-white { filter: brightness(0) invert(1); }
    ::selection {
      background: var(--accent);
      color: white;
    }

    .about-clean-wrap {
      background: linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(250,241,234,0.95) 100%);
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: clamp(24px, 4vw, 42px);
      box-shadow: var(--shadow-md);
    }
    .about-clean-head {
      max-width: 820px;
      margin: 0 auto 36px;
    }
    .about-grid { align-items: stretch; }
    .about-text-card {
      background: rgba(255,255,255,0.82);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 30px 28px;
      height: 100%;
      box-shadow: var(--shadow-sm);
    }
    .about-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 40px;
      padding: 0 16px;
      border-radius: 999px;
      background: var(--accent-soft);
      border: 1px solid var(--line);
      color: var(--accent-dark);
      font-size: 0.88rem;
      font-weight: 600;
      margin-bottom: 18px;
    }
    .about-kicker::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
    }
    .about-copy-clean p {
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.85;
      margin-bottom: 1.2rem;
    }
    .about-copy-clean p:last-child { margin-bottom: 0; }
    .about-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }
    .about-pills span {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      background: var(--surface-2);
      border: 1px solid var(--line);
      color: var(--accent-dark);
      font-size: 0.88rem;
      font-weight: 600;
    }
    .about-image-card {
      background: linear-gradient(180deg, #fff 0%, #f7efe8 100%);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 18px;
      height: 100%;
      box-shadow: var(--shadow-sm);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-image-frame {
      width: 100%;
      min-height: 100%;
      border-radius: 22px;
      overflow: hidden;
      background: #f5ede6;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }
    .about-image-frame img {
      width: 100%;
      max-width: 100%;
      max-height: 520px;
      object-fit: contain;
      object-position: center;
      border-radius: 16px;
    }
    .about-stats-clean {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-top: 20px;
    }
    .about-stat-clean {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 20px 18px;
      box-shadow: var(--shadow-sm);
    }
    .about-stat-clean strong {
      display: block;
      color: var(--accent);
      font-size: 1.4rem;
      line-height: 1.1;
      margin-bottom: 8px;
    }
    .about-stat-clean span {
      display: block;
      color: var(--muted);
      font-size: 0.93rem;
      line-height: 1.55;
    }
    @media (max-width: 991px) {
      .about-image-frame { min-height: 360px; }
      .about-image-frame img { max-height: 420px; }
    }
    @media (max-width: 767px) {
      .about-clean-wrap { border-radius: 26px; padding: 20px; }
      .about-text-card,
      .about-image-card { border-radius: 24px; padding: 22px 18px; }
      .about-image-frame { min-height: 280px; padding: 14px; }
      .about-stats-clean { grid-template-columns: 1fr; }
    }

/* ===== INLINE <style> BLOCK #2 ===== */
:root{
      --wa:#25D366;
      --wa-dark:#1fb85a;
      --accent:#8c5a3c;
      --light-bg:#ffffff;
      --light-bg-soft:#f8f4f0;
      --light-border:#e7d8cc;
      --dark-text:#2a211d;
      --muted-text:#6e5c50;
    }
    .fb-float{
      position:fixed;
      right:18px;
      bottom:166px;
      z-index:9997;
      width:54px;
      height:54px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      text-decoration:none;
      background:linear-gradient(180deg,#1877F2 0%,#0f63d6 100%);
      box-shadow:0 10px 30px rgba(0,0,0,.25);
      transition:transform .25s, box-shadow .25s, opacity .25s;
    }
    .fb-float:hover{
      transform:translateY(-2px) scale(1.04);
      box-shadow:0 14px 36px rgba(0,0,0,.35);
    }
    .ig-float{
      position:fixed;
      right:18px;
      bottom:92px;
      z-index:9998;
      width:54px;
      height:54px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      text-decoration:none;
      background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
      box-shadow:0 10px 30px rgba(0,0,0,.25);
      transition:transform .25s, box-shadow .25s, opacity .25s;
    }
    .ig-float:hover{
      transform:translateY(-2px) scale(1.04);
      box-shadow:0 14px 36px rgba(0,0,0,.35);
    }
    .wa-float{
      position:fixed;
      right:18px;
      bottom:18px;
      z-index:9999;
      font-family:inherit;
    }
    .wa-btn{
      background:var(--wa);
      color:#fff;
      border:0;
      width:60px;
      height:60px;
      border-radius:50%;
      display:grid;
      place-items:center;
      box-shadow:0 10px 30px rgba(0,0,0,.22);
      cursor:pointer;
      transition:transform .3s, box-shadow .3s, filter .3s;
      position:relative;
      overflow:hidden;
      z-index:9999;
    }
    .wa-btn:hover{
      transform:translateY(-3px) scale(1.05);
      box-shadow:0 14px 36px rgba(0,0,0,.28);
      filter:brightness(.98);
    }
    .wa-card{
      position:absolute;
      right:0;
      bottom:74px;
      width:min(360px,92vw);
      background:var(--light-bg);
      color:var(--dark-text);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 18px 60px rgba(0,0,0,.25);
      border:1px solid var(--light-border);
      transform:translateY(10px);
      opacity:0;
      transition:transform .3s, opacity .3s;
      z-index:10000;
    }
    .wa-card[aria-modal="true"]{
      transform:translateY(0);
      opacity:1;
    }
    .wa-head{
      display:flex;
      align-items:center;
      gap:12px;
      padding:14px 16px;
      background:linear-gradient(135deg,#ffffff,#f6ede6);
      border-bottom:1px solid var(--light-border);
    }
    .wa-avatar{
      width:40px;
      height:40px;
      border-radius:10px;
      background:#fff;
      display:grid;
      place-items:center;
      border:1px solid var(--light-border);
      overflow:hidden;
    }
    .wa-title{
      font-weight:800;
      font-size:1.02rem;
      color:var(--dark-text);
    }
    .wa-status{
      font-size:.85rem;
      color:var(--muted-text);
      display:flex;
      align-items:center;
      gap:6px;
    }
    .wa-status::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--wa);
    }
    .wa-close{
      margin-left:auto;
      background:transparent;
      color:var(--muted-text);
      border:0;
      font-size:24px;
      cursor:pointer;
      opacity:.75;
      width:32px;
      height:32px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:.2s;
    }
    .wa-close:hover{
      opacity:1;
      background:rgba(0,0,0,.04);
    }
    .wa-body{
      padding:12px 14px;
      max-height:40vh;
      overflow:auto;
      background:var(--light-bg-soft);
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .wa-bubble{
      max-width:88%;
      padding:9px 11px;
      border-radius:14px;
      line-height:1.35;
      box-shadow:0 3px 10px rgba(0,0,0,.06);
      animation:fadeIn .25s ease;
      font-size:.9rem;
    }
    @keyframes fadeIn{
      from{opacity:0; transform:translateY(5px)}
      to{opacity:1; transform:none}
    }
    .wa-bot{
      background:#ffffff;
      border:1px solid var(--light-border);
      align-self:flex-start;
      border-bottom-left-radius:4px;
    }
    .wa-user{
      background:var(--wa);
      color:#fff;
      align-self:flex-end;
      border-bottom-right-radius:4px;
    }
    .wa-compose{
      display:grid;
      grid-template-columns:1fr auto;
      gap:8px;
      padding:10px 12px;
      background:#ffffff;
      border-top:1px solid var(--light-border);
    }
    .wa-compose textarea{
      resize:none;
      border-radius:12px;
      padding:10px 12px;
      border:1px solid var(--light-border);
      background:#f9f7f4;
      color:var(--dark-text);
      outline:none;
      min-height:44px;
      font-family:inherit;
      font-size:.9rem;
      transition:.2s;
    }
    .wa-compose textarea:focus{
      border-color:var(--wa);
      box-shadow:0 0 0 2px rgba(37,211,102,.15);
      background:#ffffff;
    }
    .wa-send{
      background:var(--wa);
      color:#ffffff;
      border:0;
      border-radius:12px;
      padding:0 16px;
      font-weight:700;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:.2s;
    }
    .wa-send:hover{
      background:var(--wa-dark);
      transform:scale(1.04);
    }
    .wa-body::-webkit-scrollbar{width:6px}
    .wa-body::-webkit-scrollbar-track{background:rgba(0,0,0,.03);border-radius:3px}
    .wa-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}
    .wa-body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.18)}
    @media (max-width:480px){
      .fb-float{right:12px; bottom:160px; width:52px; height:52px}
      .ig-float{right:12px; bottom:86px; width:52px; height:52px}
      .wa-float{right:12px; bottom:12px}
      .wa-card{width:calc(100vw - 24px); right:0}
    }

      
Manifest preview
{
    "template": "telardankuk.com/index.php",
    "template_mtime": 1774033743,
    "template_mtime_human": "2026-03-20T19:09:03+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300..800&display=swap"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],300..800&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}