:root{
      --navy:#092d5d;
      --navy-2:#124b8f;
      --blue:#2474e8;
      --blue-2:#43a6f5;
      --sky:#dcecff;
      --ice:#f5f9ff;
      --ice-2:#eef5ff;
      --orange:#14b8a6;
      --orange-dark:#0d9488;
      --yellow:#7dd3fc;
      --yellow-soft:#e6fbff;
      --black:#0a0d12;
      --text:#343b45;
      --muted:#697482;
      --line:#e2e8f0;
      --white:#fff;
      --container:min(1450px,calc(100% - 56px));
      --radius:34px;
      --shadow:0 22px 64px rgba(8,43,89,.09);
    }
    .my-home-landing,.my-home-landing *{box-sizing:border-box}
    html{scroll-behavior:smooth}.my-home-landing section[id]{scroll-margin-top:24px}
    .my-home-landing{margin:0;font-family:"Rubik",Arial,sans-serif;background:#fff;color:var(--text);overflow-x:hidden}
    .my-home-landing a{color:inherit;text-decoration:none}
    .my-home-landing img{max-width:100%;display:block}
    .my-home-landing button,.my-home-landing input{font:inherit}
    .my-home-landing a:focus-visible,.my-home-landing button:focus-visible,.my-home-landing input:focus-visible{outline:3px solid rgba(244,122,32,.34);outline-offset:3px}
    .my-home-landing button{color:inherit}
    .my-home-landing .container{width:var(--container);margin-inline:auto}
    .my-home-landing .section{padding:122px 0}
    .my-home-landing .kicker{font-size:15px;font-weight:700;letter-spacing:.12em;color:var(--black);text-transform:uppercase;margin-bottom:18px;display:flex;align-items:center;gap:10px}.my-home-landing .kicker:before{content:"";width:28px;height:4px;border-radius:99px;background:var(--orange)}
    .my-home-landing .kicker.accent{color:var(--orange)}
    .my-home-landing h1,.my-home-landing h2,.my-home-landing h3,.my-home-landing h4,.my-home-landing p{margin-top:0}
    .display{font-size:clamp(43px,4.7vw,72px);line-height:.99;letter-spacing:-.046em;color:var(--black);font-weight:600}
    .section-title{font-size:clamp(38px,4vw,61px);line-height:1.02;letter-spacing:-.04em;color:var(--black);font-weight:600;margin:0}
    .section-title span,.display span{color:var(--navy)}
    .lead{font-size:19px;line-height:1.72;color:var(--muted);max-width:760px}
    .pill-btn{min-height:58px;padding:0 28px;border-radius:999px;border:2px solid #e8edf5;background:#fff;color:var(--blue);font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 13px 30px rgba(30,94,172,.08),inset 0 -3px 0 rgba(70,130,220,.16);transition:.22s ease}
    .pill-btn:hover{transform:translateY(-2px);border-color:#cddcf1;box-shadow:0 17px 34px rgba(30,94,172,.12)}
    .pill-btn.solid{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:none}
    .pill-btn.solid:hover{background:var(--blue)}
    .pill-btn.orange{background:var(--orange);color:#fff;border-color:var(--orange);box-shadow:none}
    .pill-btn.orange:hover{background:var(--orange-dark)}

    /* header */
    .my-home-landing .header-shell{position:fixed;top:18px;inset-inline:0;z-index:1000;pointer-events:none}
    .my-home-landing .header{pointer-events:auto;width:min(1450px,calc(100% - 40px));margin:auto;display:flex;align-items:center;gap:34px;padding:12px 20px;min-height:82px;background:rgba(255,255,255,.93);border:1px solid rgba(8,43,89,.06);border-radius:8px;transition:.3s ease}
    .my-home-landing .header.scrolled{width:min(1380px,calc(100% - 40px));min-height:70px;border-radius:26px;box-shadow:0 18px 48px rgba(8,43,89,.14);backdrop-filter:blur(18px);background:rgba(255,255,255,.94)}
    .my-home-landing .brand{display:flex;align-items:center;gap:10px;min-width:205px;color:var(--navy);font-size:28px;font-weight:800;letter-spacing:-.04em}
    .my-home-landing .brand-symbol{width:38px;height:38px;position:relative;display:inline-block}
    .my-home-landing .brand-symbol:before,.brand-symbol:after{content:"";position:absolute;inset:3px;border-radius:12px 2px;background:var(--blue);transform:rotate(45deg)}
    .brand-symbol:after{inset:9px;background:#fff;border-radius:50%}
    .my-home-landing .nav{display:flex;gap:18px;align-items:center;margin-inline:auto}
    .my-home-landing .nav a{font-size:16px;font-weight:500;color:#212832;padding:8px 4px}
    .my-home-landing .nav a:hover{color:var(--blue)}
    .my-home-landing .header-actions{display:flex;align-items:center;gap:12px;margin-inline-start:auto}
    .my-home-landing .get-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:var(--blue);color:#fff;font-weight:500;font-size:16px;line-height:24px;padding:8px 28px;white-space:nowrap;transition:.25s ease}
    .my-home-landing .get-btn:hover{opacity:.85;color:#fff}
    .my-home-landing .header-phone{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(36,116,232,.14);color:var(--blue);text-decoration:none;transition:transform .2s ease,background-color .2s ease;flex:0 0 44px}
    .my-home-landing .header-phone:hover{transform:scale(1.08);background:rgba(36,116,232,.22);color:var(--blue)}
    .my-home-landing .header-phone svg{width:20px;height:20px}
    .my-home-landing .burger{display:none;width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid var(--line);padding:0;cursor:pointer;position:relative;flex:0 0 48px;align-items:center;justify-content:center}
    .my-home-landing .burger span{display:none!important}
    .my-home-landing .burger:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;border-radius:2px;background:var(--navy);transform:translate(-50%,-50%);box-shadow:0 -6px 0 var(--navy),0 6px 0 var(--navy);pointer-events:none}
    .my-home-landing .mobile-menu{display:none;position:fixed;top:98px;right:20px;left:20px;z-index:999;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}
    .my-home-landing .mobile-menu.open{display:block}
    .my-home-landing .mobile-menu a{display:block;padding:14px;border-bottom:1px solid #edf1f5;font-weight:600;color:var(--navy)}

    /* hero */
    .hero{padding:48px 0 64px;min-height:0;background:#fff}
    .hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
    .hero-copy{max-width:790px}
    .hero .display{margin-bottom:38px}
    .hero .lead{max-width:660px;margin-bottom:34px}.hero .pill-btn:not(.orange){color:var(--black);border-color:#dfe6ef;background:#fff}.hero .pill-btn:not(.orange):hover{color:var(--navy);border-color:#efc35a}
    .hero-visual{min-height:0;display:flex;align-items:center;justify-content:center;position:relative}
    .hero-visual:before{content:"";position:absolute;width:78%;height:42%;bottom:8%;border-radius:50%;background:rgba(220,236,255,.55);filter:blur(16px)}
    .hero-phone-frame{position:relative;z-index:1;width:min(100%,560px);max-height:none;overflow:visible;display:flex;align-items:center;justify-content:center}
    .hero-visual img,.hero-visual .hero-main-img{width:100%;max-width:560px;height:auto;max-height:none;object-fit:contain;object-position:center;display:block;border-radius:18px}
    .hero-note{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:44px;max-width:650px;border-top:1px solid var(--line)}
    .hero-note div{padding:19px 18px 0;border-inline-start:1px solid var(--line)}
    .hero-note div:last-child{border-inline-start:0}
    .hero-note small{display:block;color:#9099a5;margin-bottom:5px}.hero-note b{color:var(--navy);font-size:16px}

    /* solutions */
    .solutions{padding-top:60px}
    .split-heading{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:68px;text-align:start}
    .split-heading .section-title{max-width:900px;margin:0}
    .solutions-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:370px 370px 340px;gap:18px;grid-auto-flow:row dense}
    .service-card{position:relative;overflow:hidden;border-radius:28px;background:#f5f8fc;border:1px solid #e3ebf5;box-shadow:0 1px 0 rgba(8,43,89,.02);transition:.3s ease;min-width:0;padding:0;color:inherit}
    .service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cfddeb}.service-card:hover .service-icon{color:var(--orange);border-color:#f2d6bd}
    .service-card.tall{grid-column:span 4;grid-row:span 2;display:grid;grid-template-rows:auto minmax(0,1fr)}
    /* HTML order: copy then media → in RTL media sits on the left */
    .service-card.wide{grid-column:span 8;display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);align-items:stretch}
    .service-card.half{grid-column:span 6;display:grid;grid-template-columns:minmax(0,.9fr) minmax(240px,1.1fr);align-items:stretch;min-height:0}
    .service-card.ux{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:stretch}
    .service-copy{padding:27px 29px 18px;position:relative;z-index:2;min-width:0}
    .service-card.wide .service-copy,.service-card.half .service-copy,.service-card.ux .service-copy{padding:28px 30px;display:flex;flex-direction:column;justify-content:center}
    .service-card .service-icon{width:52px;height:52px;border-radius:14px;background:#fff;display:grid;place-items:center;color:var(--navy);font-size:21px;border:1px solid #e5ecf5;box-shadow:inset 0 -3px 0 var(--yellow-soft);flex:0 0 auto}
    .service-card h3{font-size:24px;line-height:1.12;color:var(--black);font-weight:600;margin:16px 0 9px;max-width:500px}
    .service-card.half h3{font-size:23px;margin-top:14px}
    .service-card p{color:#626d79;font-size:16px;line-height:1.58;max-width:520px;margin:0}
    .service-card.half p{font-size:15.5px;line-height:1.52}
    /* Soft fog — video dissolves into card bg (#f5f8fc) */
    .service-media{
      min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;
      overflow:hidden;position:relative;z-index:1;
      background:transparent;border:0;border-radius:0;margin:10px;padding:0;
      box-shadow:none
    }
    .service-media:after{
      content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
      background:
        radial-gradient(ellipse 74% 70% at 50% 50%,transparent 26%,rgba(245,248,252,.22) 48%,rgba(245,248,252,.7) 72%,#f5f8fc 94%),
        linear-gradient(to right,#f5f8fc 0%,rgba(245,248,252,.75) 7%,transparent 20%),
        linear-gradient(to left,#f5f8fc 0%,rgba(245,248,252,.75) 7%,transparent 20%),
        linear-gradient(to bottom,#f5f8fc 0%,rgba(245,248,252,.7) 8%,transparent 22%),
        linear-gradient(to top,#f5f8fc 0%,rgba(245,248,252,.7) 8%,transparent 22%)
    }
    /* Toward text (RTL: text is on the right → stronger fog on media's right edge) */
    .service-card.wide .service-media:after,
    .service-card.half .service-media:after{
      background:
        radial-gradient(ellipse 78% 72% at 46% 50%,transparent 30%,rgba(245,248,252,.18) 50%,rgba(245,248,252,.65) 72%,#f5f8fc 93%),
        linear-gradient(to left,#f5f8fc 0%,rgba(245,248,252,.88) 12%,rgba(245,248,252,.35) 26%,transparent 42%),
        linear-gradient(to right,#f5f8fc 0%,rgba(245,248,252,.55) 8%,transparent 18%),
        linear-gradient(to bottom,#f5f8fc 0%,rgba(245,248,252,.65) 8%,transparent 20%),
        linear-gradient(to top,#f5f8fc 0%,rgba(245,248,252,.65) 8%,transparent 20%)
    }
    .service-art{
      position:static!important;display:block;
      width:122%!important;height:122%!important;max-width:none!important;max-height:none!important;
      object-fit:cover;object-position:center;
      opacity:1!important;pointer-events:none;transform:none!important;
      background:transparent;border:0;border-radius:0;box-shadow:none;
      -webkit-mask-image:radial-gradient(ellipse 80% 76% at 50% 50%,#000 12%,rgba(0,0,0,.94) 38%,rgba(0,0,0,.4) 60%,transparent 78%);
      mask-image:radial-gradient(ellipse 80% 76% at 50% 50%,#000 12%,rgba(0,0,0,.94) 38%,rgba(0,0,0,.4) 60%,transparent 78%);
      -webkit-mask-size:100% 100%;mask-size:100% 100%;
      -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
      -webkit-mask-position:center;mask-position:center
    }
    .service-media video::-webkit-media-controls,
    .service-media video::-webkit-media-controls-enclosure,
    .service-media video::-webkit-media-controls-panel,
    .service-media video::-webkit-media-controls-start-playback-button,
    .service-media video::-webkit-media-controls-overlay-play-button{display:none!important;-webkit-appearance:none}
    .service-card.tall .service-media{margin:6px 8px 12px;min-height:0}
    .service-card.tall .service-art{width:87%!important;height:87%!important;object-position:center 42%}
    .service-card.tall .service-media:after{
      background:
        radial-gradient(ellipse 82% 68% at 50% 46%,transparent 24%,rgba(245,248,252,.2) 48%,rgba(245,248,252,.72) 72%,#f5f8fc 92%),
        linear-gradient(to bottom,#f5f8fc 0%,rgba(245,248,252,.9) 6%,transparent 18%),
        linear-gradient(to top,#f5f8fc 0%,rgba(245,248,252,.85) 8%,transparent 22%),
        linear-gradient(to right,#f5f8fc 0%,rgba(245,248,252,.55) 8%,transparent 18%),
        linear-gradient(to left,#f5f8fc 0%,rgba(245,248,252,.55) 8%,transparent 18%)
    }
    .service-card.wide .service-media,.service-card.half .service-media,.service-card.ux .service-media{height:auto;margin:12px;padding:0}
    .service-card.wide.bottom-wide,
    .service-card.wide.bottom-half{grid-column:span 6}


    /* app development process */
    .process-section{padding-top:118px}
    .process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:54px;counter-reset:step}
    .process-step{position:relative;padding:28px 24px 26px;border-top:3px solid var(--navy);background:#fff;border-inline-end:1px solid var(--line);min-height:235px}
    .process-step:last-child{border-inline-end:0}.process-step:before{counter-increment:step;content:"0" counter(step);display:block;font-size:14px;font-weight:800;color:var(--orange);letter-spacing:.08em;margin-bottom:34px}
    .process-step h3{font-size:20px;line-height:1.2;color:var(--black);margin-bottom:12px}.process-step p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}

    /* case studies / project slider */
    .case-studies{padding-top:154px;overflow:hidden}
    .case-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:42px}
    .case-head{max-width:850px;margin:0}
    .case-head .lead{margin:18px 0 0;max-width:760px}
    .case-tools{display:flex;align-items:center;gap:16px;flex:0 0 auto}
    .case-counter{min-width:68px;text-align:center;color:var(--navy);font-weight:800;font-variant-numeric:tabular-nums;font-size:16px}
    .case-slider-shell{position:relative}
    .case-viewport{overflow:hidden;border-radius:30px}
    .case-track{display:flex;width:100%;direction:ltr;transition:transform .58s cubic-bezier(.22,.61,.36,1);will-change:transform}
    .case-card{direction:ltr;flex:0 0 100%;flex-direction:row-reverse;min-width:100%;min-height:0;height:420px;border:1px solid #dfe7f0;border-radius:30px;background:#fff;box-shadow:0 16px 42px rgba(8,43,89,.075);display:flex;overflow:hidden;align-items:stretch}
    .case-copy{direction:rtl;flex:0 0 42%;padding:28px 32px 24px;display:flex;flex-direction:column;min-width:0;text-align:right;justify-content:center}
    .case-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}
    .case-copy small{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);font-weight:800}
    .case-no{font-size:13px;color:#8a95a3;font-weight:800;letter-spacing:.08em}
    .case-copy h3{font-size:28px;line-height:1.08;color:var(--black);font-weight:600;margin:0 0 12px}
    .case-copy>p{color:var(--muted);font-size:15.5px;line-height:1.55;max-width:520px;margin:0 0 14px}
    .case-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
    .case-tag{padding:7px 11px;border-radius:999px;background:#f2f6fb;color:var(--navy);font-size:13px;font-weight:700;border:1px solid #e2eaf4}
    .case-points{display:grid;gap:8px;margin:0 0 16px;padding:0;list-style:none}
    .case-points li{position:relative;padding-inline-start:22px;color:#4f5a67;font-size:14.5px;line-height:1.4}
    .case-points li:before{content:"✓";position:absolute;inset-inline-start:0;top:0;color:var(--blue);font-weight:800}
    .case-actions{display:flex;align-items:center;gap:12px;margin-top:auto;flex-wrap:wrap}
    .case-copy .pill-btn{min-height:46px;min-width:170px;background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:none}
    .case-copy .pill-btn:hover{background:var(--black);border-color:var(--black)}
    .case-all{font-weight:700;color:var(--blue);padding:12px 8px}.case-all:hover{color:var(--orange-dark)}
    .case-image{direction:ltr;flex:1;min-width:0;min-height:0;overflow:hidden;background:#eef4fb;padding:14px;display:flex;align-items:center;justify-content:center}
    .case-image-frame{width:100%;height:100%;border-radius:22px;overflow:hidden;background:#fff;border:1px solid #dce5ef;display:flex;align-items:center;justify-content:center}
    .case-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .5s ease}.case-card:hover .case-image img{transform:scale(1.02)}
    .case-nav{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:58px;height:58px;border-radius:50%;border:1px solid #d5e0eb;background:#fff;color:var(--navy);font-size:28px;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 28px rgba(8,43,89,.13);transition:.2s ease}
    .case-nav:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
    .case-nav-right{right:-29px}.case-nav-left{left:-29px}
    .case-progress{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-top:18px}.case-progress .case-counter{justify-self:start}.case-progress .slider-dots{justify-self:center}.case-progress .case-autoplay{justify-self:end}
    .slider-dots{display:flex;justify-content:flex-start;gap:8px;direction:ltr}
    .slider-dot{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:#c8d3df;cursor:pointer;transition:.2s ease}
    .slider-dot.active{width:30px;border-radius:999px;background:var(--orange)}
    .case-swipe-note{font-size:13px;color:#8a95a3}
    .case-autoplay{display:inline-flex;align-items:center;gap:7px;color:#7c8794;font-size:13px}.case-autoplay:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}

    /* trust block */
    .trust-wrap{padding:90px 18px 30px}
    .trust{width:min(1620px,calc(100% - 18px));margin:auto;border-radius:48px;background:#0b5fae;color:#fff;overflow:hidden;position:relative;padding:74px 0 70px}
    .trust:before,.footer:before{content:"";position:absolute;width:500px;height:120%;border-radius:50%;background:rgba(255,255,255,.055);top:-10%;right:-110px}
    .trust:after{content:"";position:absolute;width:560px;height:120%;border-radius:50%;background:rgba(255,255,255,.05);top:-8%;left:-150px}
    .trust .container{position:relative;z-index:1}
    .trust h2{font-size:clamp(38px,4.3vw,64px);line-height:1.04;font-weight:500;letter-spacing:-.04em;margin:0;max-width:960px}
    .trust h2 span{color:#b8dcff}
    .trust-grid{display:grid;grid-template-columns:1.15fr repeat(3,1fr);margin-top:58px;border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}
    .trust-col{padding:34px 38px;min-height:230px;border-inline-start:1px solid rgba(255,255,255,.18)}
    .trust-col:last-child{border-inline-start:0}
    .trust-col p{color:#d8ebff;line-height:1.65;font-size:16px}
    .trust-col small{color:#e3f2ff;font-size:14px;display:block;min-height:45px}.trust-col strong{font-size:39px;font-weight:500;display:block;color:#fff;margin-top:18px;letter-spacing:-.03em}
    .trust .pill-btn{margin-top:32px;background:#fff;color:var(--blue);min-width:290px}

    /* industries */
    .industries{padding-top:136px}
    .industries-layout{display:grid;grid-template-columns:340px 1fr;gap:22px;margin-top:64px;align-items:start;padding:18px;border-radius:32px;background:var(--ice);border:1px solid #e1ebf6}
    .industry-menu{position:sticky;top:125px;background:#fff;border:1px solid #d5e1ef;border-radius:24px;padding:10px;box-shadow:0 18px 40px rgba(8,43,89,.1)}
    .industry-menu button{width:100%;text-align:right;background:#f3f7fc;border:1px solid #e4edf6;border-radius:14px;padding:14px 16px;color:#20262d;font-size:16px;font-weight:600;cursor:pointer;transition:.2s;margin:0 0 8px}
    .industry-menu button:last-child{margin-bottom:0}
    .industry-menu button:hover{background:#e8f1ff;color:var(--blue);border-color:#c9dbf2}
    .industry-menu button.active{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 10px 22px rgba(8,43,89,.18);padding-inline-start:16px}
    .industry-panel{min-height:500px;border:1px solid #e8edf3;border-radius:30px;box-shadow:var(--shadow);overflow:hidden;background:#fff;display:grid;grid-template-columns:1fr 1fr}
    .industry-copy{padding:44px;display:flex;flex-direction:column;justify-content:center}
    .industry-copy small{font-size:14px;letter-spacing:.11em;color:#2b323b;text-transform:uppercase}
    .industry-copy h3{font-size:34px;line-height:1.08;color:var(--navy);font-weight:600;margin:24px 0}
    .industry-copy p{font-size:17px;line-height:1.7;color:var(--muted)}
    .industry-copy .pill-btn{margin-top:18px;width:100%}
    .industry-art{display:flex;align-items:center;justify-content:center;background:#f7faff;padding:28px}
    .industry-art img{width:100%;max-height:410px;object-fit:contain}

    /* magazine / insights */
    .insights{padding-top:138px}
    .insights-head{display:flex;align-items:flex-end;justify-content:space-between;gap:54px;margin-bottom:54px}
    .insights-head>div{max-width:900px}
    .insights-head .lead{margin:22px 0 0;max-width:760px}
    .insights-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:22px;align-items:stretch}
    .article-card{min-width:0;border:1px solid #e2e8f0;border-radius:28px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.25s ease}
    .article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d3dde8}
    .article-cover{height:260px;overflow:hidden;background:#eef4fb}
    .feature-article .article-cover{height:365px}
    .article-cover img{width:100%;height:100%;object-fit:cover;filter:saturate(.94) contrast(1.03);transition:transform .45s ease}
    .article-card:hover .article-cover img{transform:scale(1.035)}
    .article-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
    .feature-article .article-body{padding:28px 30px 30px}
    .article-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
    .article-tag{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:var(--yellow-soft);color:#714f00;font-size:12px;font-weight:800;letter-spacing:.03em}
    .article-mark{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:var(--black);color:#fff;font-size:12px;font-weight:700}
    .article-card h3{font-size:20px;line-height:1.3;color:var(--black);margin:14px 0 10px;font-weight:650}
    .feature-article h3{font-size:28px;line-height:1.18;max-width:720px}
    .article-card p{color:var(--muted);font-size:16px;line-height:1.65;margin-bottom:22px}
    .article-link{margin-top:auto;color:var(--navy);font-weight:800;font-size:15px}
    .article-card:hover .article-link{color:var(--orange-dark)}


    /* SEO guide / decision support */
    .dev-guide{padding-top:116px}
    .dev-guide .split-heading{margin-bottom:44px}
    .dev-guide-shell{border:1px solid #dfe7f0;border-radius:32px;background:#f5f8fc;padding:18px;box-shadow:0 18px 46px rgba(8,43,89,.06)}
    .guide-question-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
    .guide-question{background:#fff;border:1px solid #e1e8f0;border-radius:22px;padding:22px;min-height:168px;display:flex;flex-direction:column}
    .guide-question .num{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--orange);margin-bottom:18px}
    .guide-question b{font-size:19px;line-height:1.25;color:var(--black);margin-bottom:9px}
    .guide-question p{font-size:14.5px;line-height:1.55;color:var(--muted);margin:0}
    .dev-guide-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:14px;align-items:stretch;margin-top:14px}
    .guide-copy{background:var(--navy);color:#fff;border-radius:26px;padding:34px;min-height:100%;display:flex;flex-direction:column;justify-content:center}
    .guide-copy-label{font-size:12px;font-weight:800;letter-spacing:.12em;color:#bdd9ff;text-transform:uppercase;margin-bottom:18px}
    .guide-copy h3{font-size:30px;line-height:1.18;font-weight:600;margin:0 0 20px;max-width:620px}
    .guide-copy p{font-size:16.5px;line-height:1.75;color:#dcecff;margin:0 0 16px}.guide-copy strong{color:#fff}
    .guide-rule{margin-top:10px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);display:grid;gap:6px}.guide-rule b{font-size:17px;color:#fff}.guide-rule span{font-size:14.5px;color:#c7ddf7;line-height:1.6}
    .faq-box{border:1px solid #dfe7f0;border-radius:26px;background:#fff;padding:5px 26px;box-shadow:none}
    .faq-box details{border-bottom:1px solid var(--line);padding:20px 0}.faq-box details:last-child{border-bottom:0}.faq-box summary{cursor:pointer;font-size:17px;font-weight:700;color:var(--black);list-style:none;display:flex;justify-content:space-between;gap:18px;align-items:center}.faq-box summary::-webkit-details-marker{display:none}.faq-box summary:after{content:"+";width:32px;height:32px;border-radius:50%;background:#fff4e8;display:grid;place-items:center;flex:0 0 32px;font-size:21px;color:var(--orange)}.faq-box details[open] summary:after{content:"–"}.faq-box details p{color:var(--muted);font-size:15.5px;line-height:1.72;padding:12px 0 2px;margin:0}

    /* CTA */
    .cta-stage{margin-top:120px;padding:90px 0 0;position:relative;overflow:hidden;background:#fff}
    .cta-inner{text-align:center;max-width:880px;margin:auto;position:relative;z-index:4;padding-bottom:0}
    .cta-inner h2{font-size:clamp(38px,4vw,60px);line-height:1.02;font-weight:500;color:var(--navy);letter-spacing:-.04em;margin-bottom:22px}
    .cta-inner p{font-size:20px;color:#20262e;margin:0 auto;max-width:720px;line-height:1.65}
    .cta-anims{display:flex;flex-flow:column;align-items:center;margin-top:64px;position:relative}
    .cta-anims-code-wr{width:100%;max-width:1440px;height:250px;position:relative}
    .cta-anims-code-2{width:591px;height:750px;position:absolute;inset:0% -242px auto auto;transform:translateY(-49.7%);pointer-events:none;z-index:0}
    .cta-anims-code-2.is-reverse{inset:0% auto auto -242px;transform:translateY(-49.7%) scaleX(-1)}
    .cta-anims-code-2 svg{width:100%;height:100%;display:block}
    .cta-anims-code-box{position:absolute;inset:0;overflow:hidden;z-index:1}
    .cta-anims-code{z-index:1;display:flex;flex-flow:column;align-items:center;width:100%;height:100%;overflow:hidden;position:relative}
    .cta-anims-grad{z-index:2;filter:blur(100px);background-image:linear-gradient(90deg,#9ec9ff,#1668d9 56%,#082b59);border-radius:100rem;width:787px;height:239px;position:absolute;inset:0% auto auto 50%;transform:translate(-50%,-50%);pointer-events:none}
    .cta-anims-code-img{z-index:3;opacity:.22;mix-blend-mode:color-dodge;background-image:url("/templates/mycity/assets/img/home-landing/cta-city.svg");background-position:50%;background-repeat:repeat;background-size:contain;background-attachment:fixed;width:1028px;height:509px;min-height:509px;position:relative;pointer-events:none}
    .cta-btn-container{z-index:5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
    .cta-btn-container .pill-btn{min-width:350px;background:var(--navy);color:#fff;border-color:#dbe6f6;white-space:nowrap}

    /* footer */
    .my-home-landing .footer{position:relative;overflow:hidden;background:#082b59;color:#fff;padding:90px 0 24px}
    .footer .container{position:relative;z-index:2}
    .my-home-landing .footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:58px}
    .my-home-landing .footer-brand .brand{color:#fff;margin-bottom:72px}.footer-brand p{font-size:22px;line-height:1.45;max-width:350px}
    .my-home-landing .footer-col h4{font-size:20px;margin-bottom:28px}.footer-col a{display:block;color:#d7e9ff;padding:8px 0;font-size:16px}.footer-col a:hover{color:#fff}
    .my-home-landing .footer-contact{display:inline-flex;margin-top:24px;min-height:50px;align-items:center;padding:0 20px;border-radius:999px;background:#fff;color:var(--navy);font-weight:800}
    .my-home-landing .footer-contact:hover{background:var(--yellow);color:var(--black)}
    .my-home-landing .footer-bottom{margin-top:72px;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.17);border-radius:18px;padding:16px 22px;display:flex;justify-content:space-between;gap:30px;color:#dbebff;font-size:14px}

    .reveal{opacity:0;transform:translateY(24px);transition:.75s ease}.reveal.in{opacity:1;transform:none}
    @media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
    /* If JS fails, still show content after paint */
    .no-js .reveal,.js-fail .reveal{opacity:1;transform:none}

    @media(max-width:1120px){
      .my-home-landing .nav{display:none}.my-home-landing .burger{display:block}.my-home-landing .header .my-home-landing .get-btn{display:none}.my-home-landing .header-phone{display:inline-flex}.hero{padding-bottom:48px}.hero-grid{grid-template-columns:1fr;gap:22px}.hero-copy{max-width:900px}.hero-visual{min-height:380px;margin-top:4px}.hero-visual img{width:92%;max-width:720px}.solutions-grid{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.service-card,.service-card.tall,.service-card.wide,.service-card.half,.service-card.ux{grid-column:span 1;grid-row:auto;min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto 220px}.service-card.half{display:grid;grid-template-columns:1fr;grid-template-rows:auto 220px}.service-card.half .service-copy{display:block;padding:27px 29px 12px}.service-card.half .service-media{height:auto;min-height:0;margin:0 18px 18px;padding:0}.service-card.ux{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);grid-template-rows:360px}.service-card .service-media,.service-card.tall .service-media,.service-card.half .service-media{height:auto;min-height:0;margin:0 18px 18px}.service-card.ux .service-media{height:auto;margin:18px 18px 18px 0}.case-card{min-height:460px}.case-copy{flex-basis:45%;padding:32px}.case-image{min-height:460px}.case-nav-right{right:10px}.case-nav-left{left:10px}.trust-grid{grid-template-columns:1fr 1fr}.trust-col{border-bottom:1px solid rgba(255,255,255,.16)}.industries-layout{grid-template-columns:1fr}.industry-menu{position:static;display:flex;overflow:auto;gap:18px}.industry-menu button{width:auto;white-space:nowrap}.insights-grid{grid-template-columns:1.2fr 1fr}.feature-article{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.feature-article .article-cover{height:100%;min-height:360px}.footer-grid{grid-template-columns:1fr 1fr}.guide-question-row{grid-template-columns:1fr 1fr}.dev-guide-grid{grid-template-columns:1fr;gap:14px}.process-grid{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2n){border-inline-end:0}
    }
    @media(max-width:720px){
      :root{--container:min(100% - 28px,1450px)}.section{padding:82px 0}.my-home-landing .header{width:calc(100% - 20px);min-height:68px;border-radius:20px;padding:9px 12px}.my-home-landing .brand{min-width:0;font-size:23px}.my-home-landing .brand-symbol{width:31px;height:31px}.my-home-landing .get-btn{display:none}.hero{padding:40px 0 50px;min-height:auto}.display{font-size:42px}.hero .display{margin-bottom:30px}.hero .lead{font-size:18px;margin-bottom:30px}.hero-visual{min-height:235px;margin-top:0}.hero-visual img{width:96%;max-width:560px}.hero-note{grid-template-columns:1fr;margin-top:30px}.hero-note div{border-inline-start:0;border-top:1px solid var(--line);padding:14px 0}.split-heading{margin-bottom:34px}.section-title{font-size:34px}.solutions-grid{grid-template-columns:1fr;gap:14px}.service-card,.service-card.wide,.service-card.tall,.service-card.half,.service-card.ux{grid-column:auto;grid-row:auto;min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto 205px}.service-copy,.service-card.wide .service-copy,.service-card.ux .service-copy,.service-card.half .service-copy{padding:25px 23px 10px}.service-card h3,.service-card.half h3{font-size:23px}.service-card p,.service-card.half p{font-size:16px;max-width:none;line-height:1.55}.service-media,.service-card.tall .service-media,.service-card.half .service-media,.service-card.wide .service-media,.service-card.ux .service-media{height:190px;min-height:190px;margin:0 14px 14px;padding:12px 14px}.case-studies{padding-top:100px}.case-head-row{align-items:flex-start;flex-direction:column;margin-bottom:32px}.case-tools{width:100%;justify-content:flex-start}.case-slider-shell{padding:0}.case-viewport{border-radius:24px}.case-card{min-height:0;display:flex;flex-direction:column}.case-image{height:250px;min-height:250px;order:-1;padding:10px}.case-image-frame{border-radius:18px}.case-copy{direction:rtl;flex-basis:auto;padding:24px}.case-copy h3{font-size:26px}.case-copy>p{font-size:16px}.case-actions{align-items:stretch;flex-direction:column}.case-copy .pill-btn{width:100%}.case-all{text-align:center}.case-progress{justify-content:space-between}.case-nav{width:46px;height:46px;font-size:22px;top:125px}.case-nav-right{right:8px}.case-nav-left{left:8px}.case-progress{grid-template-columns:auto 1fr}.case-progress .case-counter{justify-self:start}.case-progress .slider-dots{justify-self:end}.case-progress .case-autoplay{display:none}.trust-wrap{padding:40px 8px}.trust{border-radius:32px;padding:52px 0}.trust h2{font-size:34px}.trust-grid{grid-template-columns:1fr}.trust-col{border-inline-start:0;padding:26px}.industries{padding-top:92px}.industry-panel{grid-template-columns:1fr}.industry-copy{padding:28px}.industry-copy h3{font-size:28px}.industry-art{min-height:300px}.insights{padding-top:92px}.insights-head{align-items:flex-start;flex-direction:column}.insights-grid{grid-template-columns:1fr}.feature-article{grid-column:auto;display:flex}.feature-article .article-cover,.article-cover{height:250px}.feature-article h3{font-size:25px}.cta-stage{margin-top:70px;padding-top:80px}.cta-inner{padding:0 20px 100px}.cta-inner h2{font-size:34px}.cta-inner .pill-btn{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr}.footer-brand .brand{margin-bottom:32px}.footer-bottom{flex-direction:column}.guide-question-row{grid-template-columns:1fr}.guide-question{min-height:0}.guide-copy{padding:28px 24px}.guide-copy h3{font-size:25px}.faq-box{padding:4px 20px}.dev-guide{padding-top:90px}.dev-guide-shell{padding:10px;border-radius:24px}.process-grid{grid-template-columns:1fr;gap:0}.process-step,.process-step:nth-child(2n){border-inline-end:0;border-bottom:1px solid var(--line);min-height:0}.process-step:last-child{border-bottom:0}
    }
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{transition:none;transform:none}.service-card,.article-card,.pill-btn{transition:none}}
    @media(max-width:430px){
      .display{font-size:36px}.section-title{font-size:31px}.lead{font-size:17px}.hero{padding-top:16px}.hero-grid{gap:8px}.hero-visual{min-height:205px;margin-top:-4px}.hero-visual img{width:104%;max-width:440px}.service-card,.service-card.wide,.service-card.tall,.service-card.half,.service-card.ux{min-height:0;grid-template-rows:auto 180px}.service-copy,.service-card.wide .service-copy,.service-card.ux .service-copy,.service-card.half .service-copy{padding:22px 20px 8px}.service-card h3,.service-card.half h3{font-size:22px}.service-card p,.service-card.half p{font-size:15.5px;max-width:100%}.service-media,.service-card.tall .service-media,.service-card.half .service-media,.service-card.wide .service-media,.service-card.ux .service-media{height:166px;min-height:166px;margin:0 12px 12px;padding:0}.case-image{height:210px;min-height:210px}.industry-panel{min-height:0}.industry-art{min-height:240px}.article-cover,.feature-article .article-cover{height:220px}.case-head-row{align-items:flex-start;flex-direction:column}
    }
  
    /* Generated MyCity service illustrations */
    .service-media .service-art{
      object-fit:cover!important;object-position:center;background:transparent!important;
      border:0!important;border-radius:0!important;box-shadow:none!important
    }
    @media(max-width:720px){.service-media .service-art{padding:0!important}}

.my-home-landing .brand{gap:0;min-width:0}.brand-logo{width:auto;max-width:168px;height:auto;max-height:52px;object-fit:contain;display:block}.brand-logo-footer{max-width:150px;max-height:46px;filter:none}
    .city-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8e8fb;background:#f5faff;color:var(--navy);padding:9px 14px;border-radius:999px;font-size:.9rem;font-weight:700;margin-bottom:22px}
    .city-chip:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 0 rgba(20,184,166,.45);flex-shrink:0;animation:city-chip-pulse 1.8s ease-out infinite}
    @keyframes city-chip-pulse{
      0%{box-shadow:0 0 0 0 rgba(20,184,166,.45)}
      70%{box-shadow:0 0 0 10px rgba(20,184,166,0)}
      100%{box-shadow:0 0 0 0 rgba(20,184,166,0)}
    }
    @media(prefers-reduced-motion:reduce){.city-chip:before{animation:none;box-shadow:0 0 0 5px rgba(20,184,166,.12)}}
    .service-media img{object-fit:contain}
    .industry-art img{object-fit:contain}
    .service-card.tall .service-media img,.service-card.ux .service-media img{object-fit:contain;padding:0}
    .mini-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.mini-proof span{padding:8px 11px;border-radius:999px;background:#eef7ff;color:#285178;font-weight:700;font-size:.84rem}
    .trust-col strong{font-size:clamp(1.55rem,2.5vw,2.45rem)}
    @media(max-width:720px){.brand-logo{max-width:132px;max-height:42px}.city-chip{margin-bottom:16px}.hero{padding-top:24px}}

    /* Hero visual – landscape scene */
    .hero{min-height:0;padding-bottom:64px}
    .hero-visual{min-height:0}
    .hero-phone-frame{width:min(100%,560px)!important;max-width:560px!important;max-height:none!important;overflow:visible!important}
    .hero-visual .hero-main-img,.hero-visual img.hero-main-img{
      width:100%!important;
      max-width:560px!important;
      max-height:none!important;
      height:auto!important;
      object-fit:contain!important;
      object-position:center!important;
      border-radius:18px
    }

    /* Compact case slider */
    .case-card{height:420px;min-height:0}
    .case-image{min-height:0}
    .case-image img{object-fit:contain!important;object-position:center}

    @media(max-width:1120px){
      .case-card{height:380px}
      .case-copy{padding:24px 26px}
      .case-copy h3{font-size:24px}
      .industry-menu{position:static;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:auto;gap:8px;padding:10px;margin-bottom:4px;-webkit-overflow-scrolling:touch}
      .industry-menu button{width:auto;flex:0 0 auto;margin:0;white-space:nowrap}
      .industries-layout{grid-template-columns:1fr}
      .my-home-landing .header{justify-content:space-between;gap:12px}
      .my-home-landing .nav{display:none!important}
      .my-home-landing .burger{display:inline-flex!important}
      .my-home-landing .header .get-btn{display:none!important}
      .my-home-landing .header-phone{display:inline-flex!important}
      .my-home-landing .header-actions{margin-inline-start:0;gap:8px}
      .hero-grid{display:flex;flex-direction:column;gap:22px}
      .hero-visual{order:-1;min-height:0;margin:0 0 8px}
      .hero-copy{order:1;max-width:none}
      .hero-visual,.hero-phone-frame{min-height:0}
      .hero-phone-frame,.hero-visual .hero-main-img,.hero-visual img.hero-main-img{max-width:min(100%,420px)!important;width:100%!important}
      .hero .pill-btn.orange{width:100%;max-width:100%;display:flex;box-sizing:border-box}
      /* Solutions: one card under another */
      .solutions-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        grid-template-rows:none!important;
        gap:14px!important;
      }
      .solutions-grid>.service-card,
      .solutions-grid>.service-card.tall,
      .solutions-grid>.service-card.wide,
      .solutions-grid>.service-card.half,
      .solutions-grid>.service-card.ux,
      .solutions-grid>.service-card.bottom-wide,
      .solutions-grid>.service-card.bottom-half{
        grid-column:1/-1!important;
        grid-row:auto!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        display:grid!important;
        grid-template-columns:1fr!important;
        grid-template-rows:auto 200px!important;
      }
      .solutions-grid .service-card.half .service-copy{flex:none;width:auto;padding:25px 23px 10px}
      .solutions-grid .service-media,
      .solutions-grid .service-card.tall .service-media,
      .solutions-grid .service-card.half .service-media,
      .solutions-grid .service-card.wide .service-media,
      .solutions-grid .service-card.ux .service-media{
        height:190px!important;min-height:190px!important;margin:0 14px 14px!important;width:auto!important;
        background:transparent!important;border:0!important;padding:12px!important;
      }
      .cta-anims-code-2{display:none}
      .cta-anims-code-wr{height:235px}
      .cta-anims-code-img{width:100%;max-width:960px;height:480px;min-height:auto;background-attachment:scroll}
      .cta-anims-grad{width:min(787px,92%)}
    }
    @media(max-width:720px){
      .case-card{height:auto;min-height:0;flex-direction:column}
      .case-image{height:240px;min-height:240px;order:-1}
      .my-home-landing .get-btn{display:none!important}
      .hero{padding:20px 0 50px}
      .hero-grid{display:flex;flex-direction:column;gap:18px}
      .hero-visual{order:-1;margin:0 0 12px}
      .hero-copy{order:1}
      .hero .pill-btn.orange{width:100%!important;max-width:100%!important;min-width:0;display:flex;justify-content:center;box-sizing:border-box;padding-inline:18px;white-space:normal;text-align:center;line-height:1.25}
      .hero-phone-frame,.hero-visual .hero-main-img,.hero-visual img.hero-main-img{max-width:min(100%,380px)!important}
      /* 1. Hero notes: three in a row */
      .hero-note{
        display:grid!important;
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:0!important;
        max-width:100%!important;
        margin-top:28px!important;
        border-top:1px solid var(--line);
      }
      .hero-note div{
        border-top:0!important;
        border-inline-start:1px solid var(--line)!important;
        padding:14px 6px 0!important;
        min-width:0;
      }
      .hero-note div:first-child{border-inline-start:0!important}
      .hero-note small{font-size:11px;margin-bottom:4px}
      .hero-note b{font-size:13px;line-height:1.25;word-break:break-word}
      /* 3. Trust stats: three in a row under intro */
      .trust-grid{
        display:grid!important;
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
      }
      .trust-col:first-child{
        grid-column:1/-1!important;
        border-inline-start:0!important;
        border-bottom:1px solid rgba(255,255,255,.16);
        min-height:0;
        padding:26px 22px;
      }
      .trust-col:not(:first-child){
        border-inline-start:1px solid rgba(255,255,255,.18);
        border-bottom:0!important;
        min-height:0;
        padding:18px 10px;
      }
      .trust-col:nth-child(2){border-inline-start:0!important}
      .trust-col small{min-height:0;font-size:11px;line-height:1.35}
      .trust-col strong{font-size:15px!important;margin-top:8px;line-height:1.2}
      .industries-layout{padding:12px;border-radius:24px}
      .cta-inner{padding:0 20px}
      .cta-anims{margin-top:36px}
      .cta-anims-code-wr{height:210px}
      .cta-btn-container .pill-btn{min-width:0;width:min(350px,86vw)}
      .my-home-landing .burger{display:inline-flex!important}
    }
    @media(max-width:480px){
      .hero-phone-frame,.hero-visual .hero-main-img,.hero-visual img.hero-main-img{max-width:min(100%,340px)!important}
      .case-image{height:210px;min-height:210px}
      .hero .pill-btn.orange{width:100%!important}
      .hero-note b{font-size:12px}
      .trust-col strong{font-size:13px!important}
      .trust-col small{font-size:10px}
    }

/* Home integration: keep site header/footer, full-bleed landing body */
/* Do not let landing CSS touch the real site header (logo size / shadow line) */
body.home-landing-page > header.header{
  padding:20px 0;
  background-color:var(--white);
  box-shadow:0 0 16px 0 rgba(0,0,0,.08)
}
body.home-landing-page > header.header .logo{max-width:150px}
body.home-landing-page > header.header .logo img{
  max-width:none;
  width:150%;
  height:auto;
  display:inline
}
body.home-landing-page .main-section{padding:0;margin:0}
body.home-landing-page .main-section>main{padding:0;margin:0;max-width:none}
body.home-landing-page .com-content-article.is-home-landing,
body.home-landing-page .com-content-article.is-home-landing .com-content-article__body{
  margin:0;padding:0;max-width:none;border:0;box-shadow:none;background:transparent
}
body.home-landing-page .com-content-article.is-home-landing .article-image-header-wrap,
body.home-landing-page .com-content-article.is-home-landing .page-header{display:none!important}
.my-home-landing{width:100%;overflow-x:hidden}

/* Beat .item-page [itemprop=articleBody] a { color: #6d00e7 } from middle.css */
.item-page div[itemprop="articleBody"] .my-home-landing a,
.item-page div[itemprop="articleBody"] .my-home-landing a:link,
.item-page div[itemprop="articleBody"] .my-home-landing a:visited,
.item-page div[itemprop="articleBody"] .my-home-landing a:hover,
.item-page div[itemprop="articleBody"] .my-home-landing a:active{
  color:inherit;
  text-decoration:none;
  opacity:1
}
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn:visited,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn:hover{
  color:var(--blue);
  opacity:1
}
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.orange,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.orange:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.orange:visited,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.orange:hover,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.solid,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.solid:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.solid:visited,
.item-page div[itemprop="articleBody"] .my-home-landing a.pill-btn.solid:hover,
.item-page div[itemprop="articleBody"] .my-home-landing .cta-btn-container a.pill-btn,
.item-page div[itemprop="articleBody"] .my-home-landing .cta-btn-container a.pill-btn:link,
.item-page div[itemprop="articleBody"] .my-home-landing .cta-btn-container a.pill-btn:visited,
.item-page div[itemprop="articleBody"] .my-home-landing .cta-btn-container a.pill-btn:hover{
  color:#fff;
  opacity:1
}
.my-home-landing .cta-btn-container .pill-btn,
.my-home-landing .cta-btn-container .pill-btn:link,
.my-home-landing .cta-btn-container .pill-btn:visited,
.my-home-landing .cta-btn-container .pill-btn:hover{
  color:#fff
}
.item-page div[itemprop="articleBody"] .my-home-landing a.service-card,
.item-page div[itemprop="articleBody"] .my-home-landing a.service-card:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.service-card:visited,
.item-page div[itemprop="articleBody"] .my-home-landing a.article-card,
.item-page div[itemprop="articleBody"] .my-home-landing a.article-card:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.article-card:visited{
  color:inherit;
  opacity:1
}
.item-page div[itemprop="articleBody"] .my-home-landing a.article-link,
.item-page div[itemprop="articleBody"] .my-home-landing a.article-link:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.article-link:visited,
.item-page div[itemprop="articleBody"] .my-home-landing a.footer-contact,
.item-page div[itemprop="articleBody"] .my-home-landing a.footer-contact:link,
.item-page div[itemprop="articleBody"] .my-home-landing a.footer-contact:visited{
  color:var(--blue);
  opacity:1
}
