:root{color-scheme:light}
*{box-sizing:border-box}
@keyframes sun-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}
@keyframes wave-motion{0%{background-position:0% 50%}100%{background-position:100% 50%}}
@keyframes palm-sway{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}
body{margin:0;font:16px/1.6 'Comic Sans MS',cursive;background:#e3f2fd;color:#01579b;background-image:radial-gradient(circle at 25% 25%,rgba(3,169,244,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,188,212,.1) 0%,transparent 50%)}
.tp-wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.tp-header{padding:40px 0;background:linear-gradient(135deg,#03a9f4,#00bcd4);border-bottom:4px solid #ffeb3b;text-align:center;position:relative;overflow:hidden}
.tp-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q25 20 50 10 Q75 0 100 10 L100 20 L0 20 Z' fill='%2381d4fa' fill-opacity='0.5'/%3E%3C/svg%3E");background-size:100px 20px;animation:wave-motion 10s linear infinite}
.tp-banner{font-size:32px;font-weight:900;color:#ffeb3b;margin-bottom:20px;text-shadow:0 0 10px rgba(255,235,59,.5);position:relative;z-index:2}
.tp-main-title{margin:0 0 16px 0;font-size:36px;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(1,87,155,.5);position:relative;z-index:2}
.tp-sub{margin:0 0 12px 0;color:#e1f5fe;font-weight:500;position:relative;z-index:2}
.tp-welcome{color:#ffeb3b;font-weight:700;font-size:18px;position:relative;z-index:2}
.tp-islands{display:grid;gap:24px;padding:40px 0}
.tp-island{display:grid;grid-template-columns:120px 1fr 100px;gap:24px;align-items:center;padding:28px;background:linear-gradient(135deg,#e1f5fe,#b3e5fc);border:2px solid #03a9f4;border-radius:15px;box-shadow:0 8px 16px rgba(3,169,244,.2);transition:all .3s ease;position:relative}
.tp-island::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q25 20 50 10 Q75 0 100 10 L100 20 L0 20 Z' fill='%2381d4fa' fill-opacity='0.2'/%3E%3C/svg%3E");background-size:100px 20px;background-position:bottom;opacity:0.5}
.tp-island:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(3,169,244,.3)}
.tp-beach{text-align:center}
.tp-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#ffeb3b,#ffc107);border-radius:50%;border:3px solid #ff9800;margin:0 auto 8px;animation:sun-pulse 4s infinite}
.tp-fruit{font-size:14px;color:#ff9800;font-weight:700}
.tp-content{min-width:0}
.tp-title{margin:0 0 12px 0;font-size:22px;font-weight:700;color:#01579b}
.tp-title a{color:inherit;text-decoration:none;text-shadow:0 0 5px rgba(3,169,244,.3)}
.tp-title a:hover{color:#0288d1;text-shadow:0 0 10px rgba(3,169,244,.5)}
.tp-desc{margin:0 0 16px 0;color:#0277bd;font-size:15px;line-height:1.6}
.tp-features{display:flex;gap:8px;flex-wrap:wrap}
.tp-feature{background:rgba(3,169,244,.1);color:#0288d1;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid #03a9f4}
.tp-palm{text-align:center}
.tp-tree{font-size:40px;margin-bottom:8px;animation:palm-sway 3s ease-in-out infinite}
.tp-relax{font-size:12px;color:#01579b;font-weight:700;text-transform:uppercase}
.tp-footer{padding:28px 0;border-top:3px solid #03a9f4;text-align:center;color:#01579b;font-weight:700;background:#e3f2fd}

  .addon { padding: 24px 0; border-top:1px solid #232323; }
  .addon-title { font-size: 20px; margin: 0 0 14px 0; position: relative; display:inline-block; }
  .addon-title:after { content:''; position:absolute; left:0; bottom:-6px; width: 42px; height: 3px; background: linear-gradient(90deg,#1a73e8,#00b4d8); border-radius: 3px; }

  /* Highlight card */
  .highlight { padding: 0; border: none; }
  .highlight-inner { display:flex; gap:14px; align-items:center; padding:16px; background: linear-gradient(135deg, rgba(26,115,232,0.08), rgba(0,180,216,0.08)); border:1px solid #2a2a2a; border-radius: 14px; }
  .highlight-icon { width:42px; height:42px; display:flex; align-items:center; justify-content:center; background:#1a1a1a; border:1px solid #2a2a2a; border-radius:10px; font-size:20px; }
  .highlight-content p { margin: 8px 0 0 0; color:#bdbdbd; }

  .table-wrap { overflow-x: auto; border:1px solid #2a2a2a; border-radius: 12px; background:#131313; }
  .table { width: 100%; border-collapse: collapse; }
  .table thead th { background:#191919; color:#ddd; font-weight:700; }
  .table th, .table td { border-bottom: 1px solid #242424; padding: 10px 12px; text-align: left; }
  .table tr:last-child td { border-bottom: none; }
  .table code { background:#1f1f1f; border:1px solid #2a2a2a; padding: 2px 6px; border-radius:6px; }

  .list { display: grid; gap: 8px; margin: 0; padding-left: 18px; }

  .grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
  .grid-card { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 12px; border: 1px solid #2a2a2a; border-radius: 12px; background: #141414; transition: transform .12s ease, border-color .12s ease; }
  .grid-card:hover { transform: translateY(-2px); border-color:#3a3a3a; }
  .grid-rank { width: 40px; height: 40px; background: #1a73e8; color: #fff; border-radius: 10px; display:flex; align-items:center; justify-content:center; font-weight: 800; box-shadow: 0 4px 12px rgba(26,115,232,.25); }
  .grid-title { font-weight: 700; }
  .grid-desc { color: #b0b0b0; }

  .chips { list-style:none; padding:0; margin:0; display:flex; flex-wrap: wrap; gap:10px; }
  .chips li { background:#171717; border:1px solid #2a2a2a; padding:8px 12px; border-radius:999px; color:#ddd; }

  .steps { margin:0; padding-left:18px; }
  .steps li { margin: 0 0 6px 0; }

  .faq details { border:1px solid #2a2a2a; border-radius:12px; padding:10px 14px; background:#151515; }
  .faq details+details { margin-top:10px; }
  .faq summary { cursor:pointer; color:#ddd; }
  
